Skip to content

Commit

Permalink
kotlin version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-dev committed Nov 14, 2017
1 parent 5cc4551 commit a2f75c6
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,9 +1,9 @@
buildscript {
ext.kotlin_version = '1.2.0-beta-88'
ext.kotlin_version = '1.2.0-rc-39'
repositories {
google()
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap-1.2' }
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
Expand All @@ -16,7 +16,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap-1.2' }
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
}

Expand Down

0 comments on commit a2f75c6

Please sign in to comment.