Skip to content

Commit

Permalink
Merge pull request #361 from dazza5000/bump_kotlin_and_gradle_versions
Browse files Browse the repository at this point in the history
Bump kotlin and gradle plugin versions
  • Loading branch information
brettchabot committed Feb 24, 2021
2 parents 379022f + 89e481e commit 3dbf6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit/BasicSample-kotlinApp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext {
kotlinVersion = "1.2.10"
kotlinVersion = '1.3.61'
}
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
Expand Down

0 comments on commit 3dbf6da

Please sign in to comment.