Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e03db203a3 | ||
|
|
d6d132149e | ||
|
|
baf619f9a3 | ||
|
|
bf7b884c43 | ||
|
|
cd4c4546cb | ||
|
|
18e1fbef06 | ||
|
|
93ea46034f | ||
|
|
20caece8ce | ||
|
|
e39d48ccdc |
+4
-4
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.10'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.20'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.20'
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -87,7 +87,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation "androidx.compose.material:material:1.12.0"
|
||||
implementation "androidx.compose.material:material:1.12.1"
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||
implementation 'androidx.navigation:navigation-compose:2.10.0'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
@@ -101,7 +101,7 @@ dependencies {
|
||||
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2026.08.00')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.12.0'
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.12.1'
|
||||
}
|
||||
|
||||
tasks.configureEach { task ->
|
||||
|
||||
+2
-2
@@ -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.4.0' apply false
|
||||
id 'com.android.application' version '9.3.2' apply false
|
||||
id 'com.android.library' version '9.3.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.4.20' apply false
|
||||
}
|
||||
Reference in New Issue
Block a user