diff --git a/android/build.gradle b/android/build.gradle index d6771f80ff9..43d5ac06046 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.2' + classpath 'com.android.tools.build:gradle:4.2.1' classpath 'com.google.gms:google-services:4.3.5' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 8cf6eb5ad22..7665b0fa93a 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/android/package.json b/android/package.json index 805712af461..4485eb7618c 100644 --- a/android/package.json +++ b/android/package.json @@ -27,7 +27,7 @@ "compileSDKVersion": "30", "vendorDependencies": { "android sdk": ">=23.x <=30.x", - "android build tools": ">=29.0.2 <=30.x", + "android build tools": ">=30.0.2 <=31.x", "android platform tools": "30.x", "android tools": "<=26.x", "android ndk": ">=r11c <=r21d", diff --git a/android/templates/build/root.build.gradle b/android/templates/build/root.build.gradle index cacae22a5f5..b2eb758c683 100644 --- a/android/templates/build/root.build.gradle +++ b/android/templates/build/root.build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.2' + classpath 'com.android.tools.build:gradle:4.2.1' classpath 'com.google.gms:google-services:4.3.5' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }