Skip to content

Commit

Permalink
kotlin 1.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tukak authored Feb 21, 2018
1 parent dc90450 commit 4499339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.2.0'
ext.kotlin_version = '1.2.21'
repositories {
jcenter()
google()
Expand All @@ -28,6 +28,6 @@ ext {
targetSdkVersion = 27
minSdkVersion = 16
buildToolsVersion = "27.0.0"
supportLibraryVersion = '27.0.1'
supportLibraryVersion = '27.0.2'
rxJavaVersion = '1.2.1'
}
}

0 comments on commit 4499339

Please sign in to comment.