Skip to content

Commit dbe9ae6

Browse files
committed
Revert "Upgrade playground app's Gradle to 5.1.1 (matches version of lib) (#5491)"
This reverts commit 3c6314d.
1 parent adc10ce commit dbe9ae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

playground/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
jcenter()
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:3.4.1'
14+
classpath 'com.android.tools.build:gradle:3.3.1'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1616

1717
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Sep 16 17:06:02 IDT 2019
1+
#Mon May 06 17:35:51 IDT 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)