1 Commits

Author SHA1 Message Date
Renovate Bot
78d7dad77c Update plugin com.android.library to v9.1.1 2026-04-14 02:02:02 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ plugins {
id 'com.android.application' id 'com.android.application'
id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20' id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20'
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21' id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20'
} }
@@ -95,7 +95,7 @@ dependencies {
implementation 'androidx.compose.material3:material3:1.4.0' implementation 'androidx.compose.material3:material3:1.4.0'
implementation 'androidx.compose.material:material:1.10.6' implementation 'androidx.compose.material:material:1.10.6'
implementation 'androidx.compose.material:material-icons-extended:1.7.8' implementation 'androidx.compose.material:material-icons-extended:1.7.8'
implementation 'androidx.navigation:navigation-compose:2.9.8' implementation 'androidx.navigation:navigation-compose:2.9.7'
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.biometric:biometric:1.2.0-alpha05" implementation "androidx.biometric:biometric:1.2.0-alpha05"
@@ -116,7 +116,7 @@ dependencies {
implementation project(":database") implementation project(":database")
implementation project(":crypto") implementation project(":crypto")
implementation platform('androidx.compose:compose-bom:2026.04.01') implementation platform('androidx.compose:compose-bom:2026.03.01')
implementation 'androidx.compose.ui:ui-tooling:1.10.6' implementation 'androidx.compose.ui:ui-tooling:1.10.6'
implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.ui:ui-tooling-preview'

View File

@@ -9,8 +9,8 @@ buildscript {
} }
plugins { plugins {
id 'com.android.application' version '9.2.0' apply false id 'com.android.application' version '9.1.0' apply false
id 'com.android.library' version '9.2.0' apply false id 'com.android.library' version '9.1.1' apply false
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
id 'com.autonomousapps.dependency-analysis' version '3.9.0' apply true id 'com.autonomousapps.dependency-analysis' version '3.7.0' apply true
} }