We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fb7c3 commit 75f3db8Copy full SHA for 75f3db8
3 files changed
android/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:4.1.0'
+ classpath 'com.android.tools.build:gradle:7.0.2'
10
classpath 'com.google.gms:google-services:4.3.8'
11
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
android/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
0 commit comments