Skip to content

Commit 9887ac8

Browse files
author
Johann Blake
committed
Updated dependency versions. Compiled to run on Android Studio Arctic Fox, 2020.3.1. Reverted to gradle distribution version 7.0.2.
1 parent 2267a27 commit 9887ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.1.0-alpha05'
11+
classpath 'com.android.tools.build:gradle:7.0.0'
1212
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
1313

1414
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Jul 29 08:28:16 CEST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)