Compare commits
4 Commits
c17026509c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ddf56d86ba | |||
|
|
5cc072921d | ||
| 247da0b8b6 | |||
|
|
993524e641 |
@@ -117,7 +117,7 @@ dependencies {
|
|||||||
implementation project(":crypto")
|
implementation project(":crypto")
|
||||||
|
|
||||||
implementation platform('androidx.compose:compose-bom:2025.12.00')
|
implementation platform('androidx.compose:compose-bom:2025.12.00')
|
||||||
implementation 'androidx.compose.ui:ui-tooling:1.9.5'
|
implementation 'androidx.compose.ui:ui-tooling:1.10.0'
|
||||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||||
|
|
||||||
//Submodule
|
//Submodule
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.13.1' apply false
|
id 'com.android.application' version '8.13.2' apply false
|
||||||
id 'com.android.library' version '8.13.1' apply false
|
id 'com.android.library' version '8.13.1' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.2.21' 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