update commons and kotlin

This commit is contained in:
tibbi 2018-05-09 19:26:46 +02:00
parent bfdc27d582
commit 893fb238a5
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.21.11'
implementation 'com.simplemobiletools:commons:4.0.0'
implementation 'joda-time:joda-time:2.9.9'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.android.support:multidex:1.0.3'

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.31'
ext.kotlin_version = '1.2.41'
repositories {
jcenter()