updating commons and room
This commit is contained in:
parent
da55e72e1c
commit
b6643a5c34
|
@ -51,12 +51,12 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.18.12'
|
||||
implementation 'com.simplemobiletools:commons:5.18.14'
|
||||
implementation 'joda-time:joda-time:2.10.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
|
||||
|
||||
kapt "androidx.room:room-compiler:2.1.0"
|
||||
implementation "androidx.room:room-runtime:2.1.0"
|
||||
annotationProcessor "androidx.room:room-compiler:2.1.0"
|
||||
kapt "androidx.room:room-compiler:2.2.1"
|
||||
implementation "androidx.room:room-runtime:2.2.1"
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue