Compare commits
6 Commits
385484eb5c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 741c8eeb80 | |||
| f3c5b80122 | |||
|
|
dd03b7797f | ||
|
|
a705efbeb9 | ||
| 6865c0513f | |||
|
|
8cc07d2570 |
@@ -2,7 +2,7 @@ plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.10'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20'
|
||||
}
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ dependencies {
|
||||
implementation project(":database")
|
||||
implementation project(":crypto")
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2026.02.01')
|
||||
implementation platform('androidx.compose:compose-bom:2026.03.00')
|
||||
implementation 'androidx.compose.ui:ui-tooling:1.10.5'
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@ buildscript {
|
||||
plugins {
|
||||
id 'com.android.application' version '9.1.0' apply false
|
||||
id 'com.android.library' version '9.1.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.3.10' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.6.1' apply true
|
||||
}
|
||||
Reference in New Issue
Block a user