update kotlin to 1.2.50

This commit is contained in:
tibbi 2018-06-13 22:58:49 +02:00
parent d5bf084b65
commit 92eb5d09bc
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:4.1.7'
implementation 'com.simplemobiletools:commons:4.1.10'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'it.sephiroth.android.exif:library:1.0.1'

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()