Update AGP.
This commit is contained in:
parent
1a9104edec
commit
861ec795b1
2 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "8.4.1" apply false
|
id("com.android.application") version "8.5.0" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
|
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
|
||||||
id("com.google.gms.google-services") version "4.3.14" apply false
|
id("com.google.gms.google-services") version "4.4.2" apply false
|
||||||
id("com.google.dagger.hilt.android") version "2.50" apply false
|
id("com.google.dagger.hilt.android") version "2.50" apply false
|
||||||
id("com.google.firebase.crashlytics") version "2.9.7" apply false
|
id("com.google.firebase.crashlytics") version "3.0.1" apply false
|
||||||
id("androidx.room") version "2.6.0" apply false
|
id("androidx.room") version "2.6.1" apply false
|
||||||
id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
|
id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#Wed Jul 12 18:52:35 CEST 2023
|
#Wed Jul 12 18:52:35 CEST 2023
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue