1 Commits

Author SHA1 Message Date
Renovate Bot
b2ab728153 Update plugin com.android.library to v9.2.1 2026-05-06 08:01:10 +00:00
3 changed files with 10 additions and 10 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.11.1'
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'
@@ -105,19 +105,19 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
implementation 'androidx.camera:camera-lifecycle:1.6.1'
implementation 'androidx.camera:camera-view:1.6.1'
runtimeOnly 'androidx.camera:camera-camera2:1.6.1'
implementation 'androidx.camera:camera-lifecycle:1.6.0'
implementation 'androidx.camera:camera-view:1.6.0'
runtimeOnly 'androidx.camera:camera-camera2:1.6.0'
implementation 'com.google.android.material:material:1.14.0'
implementation 'com.google.android.material:material:1.13.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
implementation 'com.google.zxing:core:3.5.4'
implementation project(":database")
implementation project(":crypto")
implementation platform('androidx.compose:compose-bom:2026.05.00')
implementation 'androidx.compose.ui:ui-tooling:1.11.1'
implementation platform('androidx.compose:compose-bom:2026.04.01')
implementation 'androidx.compose.ui:ui-tooling:1.11.0'
implementation 'androidx.compose.ui:ui-tooling-preview'
//Submodule

View File

@@ -9,8 +9,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '9.2.1' apply false
id 'com.android.application' version '9.2.0' apply false
id 'com.android.library' version '9.2.1' apply false
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
id 'com.autonomousapps.dependency-analysis' version '3.12.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.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME