We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c851d86 commit 6cb9312Copy full SHA for 6cb9312
templates/android/build.gradle.twig
@@ -10,7 +10,7 @@ buildscript {
10
mavenCentral()
11
}
12
dependencies {
13
- classpath "com.android.tools.build:gradle:7.3.1"
+ classpath "com.android.tools.build:gradle:7.4.2"
14
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
15
classpath 'io.github.gradle-nexus:publish-plugin:1.1.0'
16
templates/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
#Tue Jun 01 15:55:54 IST 2021
2
distributionBase=GRADLE_USER_HOME
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
4
distributionPath=wrapper/dists
5
zipStorePath=wrapper/dists
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments