Skip to content

Commit 923fb76

Browse files
committed
⬆️ Fix build on Android Studio 4.0
fixes aritraroy#38
1 parent 8c41027 commit 923fb76

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.idea/gradle.xml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.0-rc01'
9+
classpath 'com.android.tools.build:gradle:4.0.0'
1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1212
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Mar 19 20:13:42 IST 2017
1+
#Tue Jun 02 11:53:03 JST 2020
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.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 commit comments

Comments
 (0)