10 Commits

3 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ android {
dependencies {
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.material3:material3:1.4.0'
implementation 'androidx.compose.material:material:1.10.6'
implementation 'androidx.compose.material:material:1.11.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'
@@ -117,12 +117,12 @@ dependencies {
implementation project(":crypto")
implementation platform('androidx.compose:compose-bom:2026.04.01')
implementation 'androidx.compose.ui:ui-tooling:1.10.6'
implementation 'androidx.compose.ui:ui-tooling:1.11.0'
implementation 'androidx.compose.ui:ui-tooling-preview'
//Submodule
//noinspection NewerVersionAvailable
implementation 'joda-time:joda-time:2.14.1'
implementation 'joda-time:joda-time:2.14.2'
implementation 'org.joda:joda-convert:3.0.1'
}

View File

@@ -12,5 +12,5 @@ plugins {
id 'com.android.application' version '9.2.0' apply false
id 'com.android.library' version '9.2.0' apply false
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
id 'com.autonomousapps.dependency-analysis' version '3.9.0' apply true
id 'com.autonomousapps.dependency-analysis' version '3.10.0' apply true
}

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME