Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da0e2e93d5 |
+2
-2
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.20'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.10'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.20'
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ dependencies {
|
||||
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2026.08.00')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.12.1'
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.12.0'
|
||||
}
|
||||
|
||||
tasks.configureEach { task ->
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '9.3.2' apply false
|
||||
id 'com.android.library' version '9.3.2' apply false
|
||||
id 'com.android.library' version '9.4.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.4.20' apply false
|
||||
}
|
||||
Reference in New Issue
Block a user