updating commmons to 5.9.3
This commit is contained in:
parent
d2ada296a7
commit
2dc0c0ec92
|
@ -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'
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ allprojects {
|
|||
google()
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://dl.bintray.com/simplelibraries/commons" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue