Update plugin com.android.library to v9.3.2 #313

Merged
bot merged 5 commits from renovate/com.android.library-9.x into main 2026-08-29 04:02:53 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ dependencies {
implementation 'androidx.compose.material3:material3:1.4.0' implementation 'androidx.compose.material3:material3:1.4.0'
implementation 'androidx.compose.material:material:1.12.0' implementation 'androidx.compose.material:material:1.12.0'
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.10.0'
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"
@@ -118,7 +118,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
implementation 'androidx.camera:camera-lifecycle:1.6.2' implementation 'androidx.camera:camera-lifecycle:1.6.2'
implementation 'androidx.camera:camera-view:1.6.1' implementation 'androidx.camera:camera-view:1.6.2'
runtimeOnly 'androidx.camera:camera-camera2:1.6.2' runtimeOnly 'androidx.camera:camera-camera2:1.6.2'
implementation 'com.google.android.material:material:1.14.0' implementation 'com.google.android.material:material:1.14.0'
+1 -1
View File
@@ -8,7 +8,7 @@ buildscript {
plugins { plugins {
id 'com.android.application' version '9.3.2' apply false id 'com.android.application' version '9.3.2' apply false
id 'com.android.library' version '9.3.1' apply false id 'com.android.library' version '9.3.2' apply false
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
id 'com.autonomousapps.dependency-analysis' version '3.19.1' apply true id 'com.autonomousapps.dependency-analysis' version '3.19.1' apply true
} }