update kotlin to 1.2.50

This commit is contained in:
tibbi 2018-06-14 11:52:30 +02:00
parent 4a857d2ca0
commit 22ed7a2678
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:4.1.7'
implementation 'com.simplemobiletools:commons:4.1.10'
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"

View File

@ -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.41'
ext.kotlin_version = '1.2.50'
repositories {
jcenter()