diff --git a/app/build.gradle b/app/build.gradle index 36a02edb3..e64417351 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,12 +62,12 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.19.15' + implementation 'com.simplemobiletools:commons:5.20.2' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.18' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6' implementation 'com.google.vr:sdk-panowidget:1.180.0' implementation 'com.google.vr:sdk-videowidget:1.180.0' @@ -80,7 +80,7 @@ dependencies { kapt 'com.github.bumptech.glide:compiler:4.10.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' + kapt 'androidx.room:room-compiler:2.2.2' + implementation 'androidx.room:room-runtime:2.2.2' + annotationProcessor 'androidx.room:room-compiler:2.2.2' }