mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 07:26:04 +00:00
- upgrade android gradle to 8.5
- upgrade application to android 34 - upgraded all library dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user