Compare commits
1 Commits
main
...
bf4aefedfa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf4aefedfa |
@@ -1,8 +1,8 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.0'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.21'
|
||||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.0'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ dependencies {
|
|||||||
implementation project(":database")
|
implementation project(":database")
|
||||||
implementation project(":crypto")
|
implementation project(":crypto")
|
||||||
|
|
||||||
implementation platform('androidx.compose:compose-bom:2025.12.01')
|
implementation platform('androidx.compose:compose-bom:2025.12.00')
|
||||||
implementation 'androidx.compose.ui:ui-tooling:1.10.0'
|
implementation 'androidx.compose.ui:ui-tooling:1.10.0'
|
||||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.13.2' apply false
|
id 'com.android.application' version '8.13.1' apply false
|
||||||
id 'com.android.library' version '8.13.2' apply false
|
id 'com.android.library' version '8.13.2' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.3.0' apply false
|
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '3.5.1' apply true
|
id 'com.autonomousapps.dependency-analysis' version '3.5.1' apply true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user