We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb70847 commit 2b7b662Copy full SHA for 2b7b662
2 files changed
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
8
}
9
dependencies {
10
- classpath "com.android.tools.build:gradle:7.1.2"
+ classpath "com.android.tools.build:gradle:7.3.1"
11
12
// NOTE: Do not place your application dependencies here; they belong
13
// in the individual module build.gradle files
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments