@ -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 }}
|
||||||
|
@ -37,5 +37,5 @@ dependencies {
|
|||||||
implementation("androidx.activity:activity:1.8.0")
|
implementation("androidx.activity:activity:1.8.0")
|
||||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||||
defaultLibrary()
|
defaultLibrary()
|
||||||
customLibrary()
|
|
||||||
}
|
}
|
||||||
|
2
buildSrc
2
buildSrc
Submodule buildSrc updated: fde89075ac...d959060004
Reference in New Issue
Block a user