updating commons and room

This commit is contained in:
tibbi 2022-06-06 16:41:22 +02:00
parent 35eea132de
commit 8d6615c425

View file

@ -78,7 +78,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:43e34d1ed6'
implementation 'com.github.SimpleMobileTools:Simple-Commons:faa6a972c2'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'it.sephiroth.android.exif:library:1.0.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
@ -102,9 +102,9 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.13.2'
kapt 'androidx.room:room-compiler:2.3.0'
implementation 'androidx.room:room-runtime:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
kapt 'androidx.room:room-compiler:2.4.2'
implementation 'androidx.room:room-runtime:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.2'
//implementation project(':commons')
}