Skip to content

Commit

Permalink
keep this working in Android Studio 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Dec 7, 2019
1 parent 70955c1 commit 17df83b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0-alpha05'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}

Expand Down
9 changes: 4 additions & 5 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#Mon Jul 30 01:41:48 IST 2018
#Sat Dec 07 05:36:14 EST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
android.enableD8=true
android.useAndroidX=true
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-milestone-3-all.zip
distributionSha256Sum=856a23bab34888c33affce84817bc278ef1a586de4922b6793770e3e819cfbbe
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
android.useAndroidX=true
android.enableD8=true

0 comments on commit 17df83b

Please sign in to comment.