diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2022-07-13 14:05:19 +0000 |
---|---|---|
committer | Docile-Alligator <chineseperson5@gmail.com> | 2022-07-13 14:05:19 +0000 |
commit | d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae (patch) | |
tree | 326c184cbae5c67e2a5ec627af4686b584aefb74 /app/build.gradle | |
parent | 14bf98d08a599d6b9a574b301f29afddb28e6d9a (diff) | |
download | infinity-for-reddit-d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae.tar infinity-for-reddit-d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae.tar.gz infinity-for-reddit-d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae.tar.bz2 infinity-for-reddit-d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae.tar.lz infinity-for-reddit-d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae.tar.xz infinity-for-reddit-d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae.tar.zst infinity-for-reddit-d3f38f318ebc72b3f5a689c9b9a7c77bf40b8eae.zip |
Read posts history is available.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index e278f7dd..cb069dc1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,11 +46,11 @@ android { dependencies { /** AndroidX **/ - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.biometric:biometric:1.2.0-alpha04' implementation 'androidx.browser:browser:1.4.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' def lifecycleVersion = "2.3.1" implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion" @@ -61,11 +61,12 @@ dependencies { def pagingVersion = '3.1.0' implementation "androidx.paging:paging-runtime:$pagingVersion" implementation "androidx.paging:paging-guava:$pagingVersion" - implementation 'androidx.preference:preference:1.1.1' + implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' def roomVersion = "2.4.2" implementation "androidx.room:room-runtime:$roomVersion" annotationProcessor "androidx.room:room-compiler:$roomVersion" + implementation "androidx.room:room-guava:$roomVersion" implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' implementation 'androidx.work:work-runtime:2.7.1' implementation 'com.google.android.material:material:1.5.0-alpha05' |