diff --git a/.gitea/workflows/automerge-with-core.yaml b/.gitea/workflows/automerge-with-core.yaml index 78a7ee5..67b0c20 100644 --- a/.gitea/workflows/automerge-with-core.yaml +++ b/.gitea/workflows/automerge-with-core.yaml @@ -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 }} diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 233ad1f..936da91 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -37,5 +37,5 @@ dependencies { implementation("androidx.activity:activity:1.8.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") defaultLibrary() - customLibrary() + } diff --git a/build.gradle.kts b/build.gradle.kts index 00333e0..64d8748 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,4 +2,4 @@ plugins { androidApplication version Version.agp apply false kotlinJvm version Version.Kotlin.language apply false -} +} \ No newline at end of file diff --git a/buildSrc b/buildSrc index fde8907..d959060 160000 --- a/buildSrc +++ b/buildSrc @@ -1 +1 @@ -Subproject commit fde89075ac5d4f4156e4f2f3fba2476874aff483 +Subproject commit d9590600045906edeb852eaa3f0b9bf7d1875813