update commons to 4.7.17

This commit is contained in:
tibbi 2018-09-22 20:21:01 +02:00
parent b16e94ddc4
commit ee51d9cf61
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:4.7.3'
implementation 'com.simplemobiletools:commons:4.7.17'
implementation 'joda-time:joda-time:2.9.9'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.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.61'
ext.kotlin_version = '1.2.70'
repositories {
google()