Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f55befe9f1 |
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.10'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.10'
|
||||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.20'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
+1
-1
@@ -2,5 +2,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.3.2' apply false
|
id 'com.android.application' version '9.3.2' apply false
|
||||||
id 'com.android.library' version '9.4.0' apply false
|
id 'com.android.library' version '9.4.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.4.20' apply false
|
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user