Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
b38e51d784 Update plugin com.android.library to v8.4.0 2024-05-01 00:02:32 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -79,6 +79,6 @@ dependencies {
runtimeOnly 'androidx.camera:camera-camera2:1.3.3'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.zxing:core:3.5.3'
}

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'com.autonomousapps.dependency-analysis' version '1.31.0' apply true