We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd96708 commit 7621d49Copy full SHA for 7621d49
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
}
10
11
dependencies {
12
- classpath 'com.android.tools.build:gradle:7.1.3'
+ classpath 'com.android.tools.build:gradle:7.2.1'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
15
// NOTE: Do not place your application dependencies here; they belong
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
#Tue Jan 04 09:48:27 CET 2022
2
distributionBase=GRADLE_USER_HOME
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
4
distributionPath=wrapper/dists
5
zipStorePath=wrapper/dists
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments