update commons to 4.7.1

This commit is contained in:
tibbi 2018-09-01 23:32:18 +02:00
parent 6123b1c9eb
commit e4eb7385dd
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:4.7.0'
implementation 'com.simplemobiletools:commons:4.7.1'
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.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
compile 'com.googlecode.ez-vcard:ez-vcard:0.10.4'
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"