Compare commits

...

6 Commits

Author SHA1 Message Date
3b64cf52fa Merge remote-tracking branch 'upstream/main'
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 6s
2024-11-04 23:40:29 +07:00
2f4de8efb6 Обновить .gitea/workflows/automerge-with-core.yaml 2024-11-04 14:15:28 +00:00
a43a36be40 Обновить .gitea/workflows/automerge-with-core.yaml 2024-10-29 11:33:52 +00:00
85b54d5e01 Rollback custom changes 2024-10-29 13:57:20 +07:00
41f6f04fb4 Add support AS Lady bug 2024-10-29 02:51:00 +07:00
220eb99921 Add kotlin init 2024-09-09 02:45:39 +07:00
5 changed files with 11 additions and 5 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@latest
with:
upstream_repo: ${{ env.CORE_REPO }}
token: ${{ env.TOKEN }}

View File

@ -1,4 +1,5 @@
plugins {
kotlinAndroid
androidApplication
}
@ -17,15 +18,20 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures.viewBinding = true
compileOptions {
sourceCompatibility = Version.Kotlin.javaSource
targetCompatibility = Version.Kotlin.javaSource
}
kotlinOptions {
jvmTarget = Version.Kotlin.jvmTarget
}
}
dependencies {
defaultLibrary()
}

View File

@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
androidApplication version Version.gradle apply false
androidApplication version Version.agp apply false
kotlinJvm version Version.Kotlin.language apply false
}

@ -1 +1 @@
Subproject commit e0cd40f8a1d1e53eab146f4ae489a1cd943ac154
Subproject commit d9590600045906edeb852eaa3f0b9bf7d1875813

2
gradle

@ -1 +1 @@
Subproject commit 206bac06d8e8838d392c6f1d00dc0879ea24e5d4
Subproject commit d11514433239954cc4fa8b336c0348daf8ff7268