- upgrade android gradle to 8.5

- upgrade application to android 34
 - upgraded all library dependencies
This commit is contained in:
2024-06-26 14:42:04 +01:00
parent 78deab2b77
commit 7e405a5151
7 changed files with 38 additions and 32 deletions

View File

@@ -11,8 +11,8 @@ buildscript {
}
plugins {
id 'com.android.application' version "$ANDROID_APPLICATION" apply false
id 'com.android.library' version "$ANDROID_LIBRARY" apply false
id 'com.android.application' version "$GRADLE_PLUGIN_VERSION" apply false
id 'com.android.library' version "$GRADLE_PLUGIN_VERSION" apply false
id 'com.google.gms.google-services' version "$GOOGLE_SERVICES" apply false
id 'org.jetbrains.kotlin.android' version "$KOTLIN_VERSION" apply false
id 'com.autonomousapps.dependency-analysis' version "$GRADLE_ANALYZE_VERSION"