We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7f267 commit 6b452c3Copy full SHA for 6b452c3
android/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:3.5.0'
+ classpath 'com.android.tools.build:gradle:4.1.0'
10
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11
classpath 'com.google.gms:google-services:4.3.3' // Google Services plugin
12
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-5.6.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
0 commit comments