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 2267a27 commit 9887ac8Copy full SHA for 9887ac8
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
mavenCentral()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:7.1.0-alpha05'
+ classpath 'com.android.tools.build:gradle:7.0.0'
12
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
13
14
// NOTE: Do not place your application dependencies here; they belong
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
#Thu Jul 29 08:28:16 CEST 2021
2
distributionBase=GRADLE_USER_HOME
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
4
distributionPath=wrapper/dists
5
zipStorePath=wrapper/dists
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments