Merge remote-tracking branch 'upstream/main'
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 15s

This commit is contained in:
gitea-actions
2024-10-30 00:05:23 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Sync repos
uses: Vova-SH/sync-upstream-repo@1.0.2
uses: Vova-SH/sync-upstream-repo@1.0.3
with:
upstream_repo: ${{ env.CORE_REPO }}
token: ${{ env.TOKEN }}

View File

@ -33,5 +33,5 @@ android {
dependencies {
defaultLibrary()
customLibrary()
}