2
0

Merge remote-tracking branch 'upstream/main'

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

@ -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
} }