Update Gradle and Gradle plugin versions.
- Updated the Android Gradle Plugin to version 7.2.1. - Updated Google services Gradle Plugin to version 4.3.10. - Updated Crashlytics Gradle Plugin to version 2.5.2. - Updated Gradle version to 7.4.2. - Updated reference to graphehej lib.
This commit is contained in:
parent
25eec970e9
commit
f302c1346f
3 changed files with 5 additions and 5 deletions
|
@ -13,11 +13,11 @@ buildscript {
|
|||
maven { url 'https://plugins.gradle.org/m2/' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.3'
|
||||
classpath 'com.android.tools.build:gradle:7.2.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
||||
classpath 'com.google.gms:google-services:4.3.5'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1'
|
||||
classpath 'com.google.gms:google-services:4.3.10'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e5d68e899274c2b9abcae2735e9186f574626e2b
|
||||
Subproject commit 848a95e766255db6d0a659eb12d65438a54e27b0
|
Loading…
Reference in a new issue