updating commons and constraintlayout

This commit is contained in:
tibbi 2019-06-13 09:18:27 +02:00
parent a6e5ba5e75
commit f7d25a19cc
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.12.12'
implementation 'com.simplemobiletools:commons:5.13.10'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha5'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1'
kapt 'androidx.room:room-compiler:2.0.0'
implementation 'androidx.room:room-runtime:2.0.0'