updating commons and constraintlayout

This commit is contained in:
tibbi 2020-06-08 10:48:52 +02:00
parent dcc6d289b6
commit 719414c42c
1 changed files with 2 additions and 2 deletions

View File

@ -64,10 +64,10 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.28.23'
implementation 'com.simplemobiletools:commons:5.29.1'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta6'
kapt 'androidx.room:room-compiler:2.2.5'
implementation 'androidx.room:room-runtime:2.2.5'