Compare commits

..
1 Commits
+2 -2
View File
@@ -105,7 +105,7 @@ android {
dependencies {
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.material3:material3:1.4.0'
implementation 'androidx.compose.material:material:1.11.4'
implementation 'androidx.compose.material:material:1.12.0'
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
implementation 'androidx.navigation:navigation-compose:2.9.8'
implementation 'androidx.preference:preference-ktx:1.2.1'
@@ -128,7 +128,7 @@ dependencies {
implementation project(":database")
implementation project(":crypto")
implementation platform('androidx.compose:compose-bom:2026.08.00')
implementation platform('androidx.compose:compose-bom:2026.06.01')
implementation 'androidx.compose.ui:ui-tooling:1.11.4'
implementation 'androidx.compose.ui:ui-tooling-preview'