Skip to content

Commit

Permalink
update gradle & kotlin
Browse files Browse the repository at this point in the history
3.3.1 / 1.3.21 - working & tested: Android Studio 3.3.1
Build #AI-182.5107.16.33.5264788, built on January 28, 2019
  • Loading branch information
lukeswitz committed Feb 8, 2019
1 parent 03a37ba commit b697f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
buildscript {
ext.kotlin_version = '1.3.20'
ext.kotlin_version = '1.3.21'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}

Expand Down

0 comments on commit b697f39

Please sign in to comment.