updating commmons to 5.9.3

This commit is contained in:
tibbi 2019-02-22 12:58:22 +01:00
parent d2ada296a7
commit 2dc0c0ec92
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.7.9'
implementation 'com.simplemobiletools:commons:5.9.3'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1'

View File

@ -22,6 +22,7 @@ allprojects {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/simplelibraries/commons" }
}
}