Compare commits

..

No commits in common. "2999c2b69dba65a73720d53ad5c90ed3d83fe013" and "b03159a176340353c08a2deecaecd50a5e2518bf" have entirely different histories.

5 changed files with 5 additions and 10 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@latest
uses: Vova-SH/sync-upstream-repo@1.0.2
with:
upstream_repo: ${{ env.CORE_REPO }}
token: ${{ env.TOKEN }}

View File

@ -1,5 +1,5 @@
plugins {
kotlinAndroid
id("org.jetbrains.kotlin.android")
androidApplication
}
@ -25,10 +25,6 @@ android {
sourceCompatibility = Version.Kotlin.javaSource
targetCompatibility = Version.Kotlin.javaSource
}
kotlinOptions {
jvmTarget = Version.Kotlin.jvmTarget
}
}
dependencies {
@ -37,5 +33,4 @@ dependencies {
implementation("androidx.activity:activity:1.9.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
defaultLibrary()
}

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
androidApplication version Version.agp apply false
androidApplication version Version.gradle apply false
kotlinJvm version Version.Kotlin.language apply false
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
}

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

2
gradle

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