updating commons and ezvcard

This commit is contained in:
tibbi 2019-01-05 11:58:25 +01:00
parent 34672a685b
commit 0a150a9f82
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.6.2'
implementation 'com.simplemobiletools:commons:5.6.3'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.4'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
kapt "androidx.room:room-compiler:2.0.0"
implementation "androidx.room:room-runtime:2.0.0"