Merge remote-tracking branch 'upstream/main'
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 15s
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 15s
This commit is contained in:
commit
3c5548fe3a
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Sync repos
|
- name: Sync repos
|
||||||
uses: Vova-SH/sync-upstream-repo@1.0.2
|
uses: Vova-SH/sync-upstream-repo@1.0.3
|
||||||
with:
|
with:
|
||||||
upstream_repo: ${{ env.CORE_REPO }}
|
upstream_repo: ${{ env.CORE_REPO }}
|
||||||
token: ${{ env.TOKEN }}
|
token: ${{ env.TOKEN }}
|
||||||
|
@ -33,5 +33,5 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
defaultLibrary()
|
defaultLibrary()
|
||||||
customLibrary()
|
|
||||||
}
|
}
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
plugins {
|
plugins {
|
||||||
androidApplication version Version.agp apply false
|
androidApplication version Version.agp apply false
|
||||||
kotlinJvm version Version.Kotlin.language apply false
|
kotlinJvm version Version.Kotlin.language apply false
|
||||||
}
|
}
|
2
buildSrc
2
buildSrc
@ -1 +1 @@
|
|||||||
Subproject commit fde89075ac5d4f4156e4f2f3fba2476874aff483
|
Subproject commit d9590600045906edeb852eaa3f0b9bf7d1875813
|
Loading…
x
Reference in New Issue
Block a user