Skip to content

Commit

Permalink
Kotlin 1.1.0 ❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggy42 committed Mar 1, 2017
1 parent 2b92d60 commit a72f818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
androidTestCompile 'com.android.support.test:rules:0.5'

// Kotlin
compile "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$KOTLIN_VERSION"
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {

ext.KOTLIN_VERSION = '1.0.6'
ext.KOTLIN_VERSION = '1.1.0'
ext.SUPPORT_LIBRARY_VERSION = '25.2.0'
ext.FIREBASE_VERSION = '10.2.0'
ext.RX_JAVA_VERSION = '1.2.7'
Expand Down

0 comments on commit a72f818

Please sign in to comment.