10 Commits

3 changed files with 5 additions and 5 deletions

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.2'
implementation 'androidx.compose.material:material:1.11.3'
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,8 +128,8 @@ dependencies {
implementation project(":database")
implementation project(":crypto")
implementation platform('androidx.compose:compose-bom:2026.05.01')
implementation 'androidx.compose.ui:ui-tooling:1.11.2'
implementation platform('androidx.compose:compose-bom:2026.06.00')
implementation 'androidx.compose.ui:ui-tooling:1.11.3'
implementation 'androidx.compose.ui:ui-tooling-preview'
//Submodule

View File

@@ -10,5 +10,5 @@ plugins {
id 'com.android.application' version '9.2.1' apply false
id 'com.android.library' version '9.2.1' apply false
id 'org.jetbrains.kotlin.android' version '2.4.0' apply false
id 'com.autonomousapps.dependency-analysis' version '3.14.1' apply true
id 'com.autonomousapps.dependency-analysis' version '3.15.0' apply true
}

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500