diff --git a/commons/build.gradle b/commons/build.gradle index 3ddf96968..443f0ee2f 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -33,14 +33,14 @@ dependencies { implementation "androidx.exifinterface:exifinterface:1.3.3" implementation "androidx.biometric:biometric-ktx:1.2.0-alpha04" - api 'joda-time:joda-time:2.10.13' + api 'joda-time:joda-time:2.11.0' api 'com.github.tibbi:RecyclerView-FastScroller:2a56457fef' api 'com.github.tibbi:reprint:2cb206415d' - api 'androidx.core:core-ktx:1.6.0' - api 'androidx.appcompat:appcompat:1.4.2' + api 'androidx.core:core-ktx:1.8.0' + api 'androidx.appcompat:appcompat:1.5.0' api 'com.google.android.material:material:1.6.1' - api 'com.google.code.gson:gson:2.8.8' - api 'com.duolingo.open:rtl-viewpager:1.0.3' + api 'com.google.code.gson:gson:2.9.1' + api 'com.duolingo.open:rtl-viewpager:2.0.0' api 'com.github.bumptech.glide:glide:4.13.2' kapt 'com.github.bumptech.glide:compiler:4.13.2'