aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-12-16 11:50:12 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-12-16 11:50:12 +0000
commitf8694309d35d2be67dfeefb2ad3038a414b082e7 (patch)
treef1a85d41a7db915b9c825df2110560f3d00a9cc3 /app/build.gradle
parent59fadbb0e077f9ee2f76cdd74e330d1494178db2 (diff)
downloadinfinity-for-reddit-f8694309d35d2be67dfeefb2ad3038a414b082e7.tar
infinity-for-reddit-f8694309d35d2be67dfeefb2ad3038a414b082e7.tar.gz
infinity-for-reddit-f8694309d35d2be67dfeefb2ad3038a414b082e7.tar.bz2
infinity-for-reddit-f8694309d35d2be67dfeefb2ad3038a414b082e7.tar.lz
infinity-for-reddit-f8694309d35d2be67dfeefb2ad3038a414b082e7.tar.xz
infinity-for-reddit-f8694309d35d2be67dfeefb2ad3038a414b082e7.tar.zst
infinity-for-reddit-f8694309d35d2be67dfeefb2ad3038a414b082e7.zip
Version 5.1.4.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bdfc2793..211b3206 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
- versionCode 87
- versionName "5.1.3"
+ versionCode 88
+ versionName "5.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
@@ -47,8 +47,8 @@ android {
dependencies {
/** AndroidX **/
implementation 'androidx.appcompat:appcompat:1.3.1'
- implementation 'androidx.biometric:biometric:1.2.0-alpha03'
- implementation 'androidx.browser:browser:1.3.0'
+ 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.legacy:legacy-support-v4:1.0.0'
@@ -58,7 +58,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-process:$lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-runtime:$lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycleVersion"
- def pagingVersion = "3.0.1"
+ def pagingVersion = '3.1.0'
implementation "androidx.paging:paging-runtime:$pagingVersion"
implementation "androidx.paging:paging-guava:$pagingVersion"
implementation 'androidx.preference:preference:1.1.1'
@@ -94,7 +94,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
// Dependency injection
- def daggerVersion = "2.38.1"
+ def daggerVersion = '2.40.5'
implementation "com.google.dagger:dagger:$daggerVersion"
annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion"
@@ -120,7 +120,7 @@ dependencies {
// Object to JSON
// NOTE: Replace with Squareup's Moshi?
- implementation 'com.google.code.gson:gson:2.8.8'
+ implementation 'com.google.code.gson:gson:2.8.9'
// Java library for zip files and streams
implementation 'net.lingala.zip4j:zip4j:2.9.0'
@@ -159,7 +159,7 @@ dependencies {
implementation 'me.saket:better-link-movement-method:2.2.0'
// Animations
- implementation 'com.airbnb.android:lottie:4.1.0'
+ implementation 'com.airbnb.android:lottie:4.2.2'
// Loading ProgressBar
implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE'
@@ -183,7 +183,7 @@ dependencies {
// RecyclerView fast scrolling
implementation 'me.zhanghai.android.fastscroll:library:1.1.7'
- implementation 'com.otaliastudios:zoomlayout:1.8.0'
+ implementation 'com.otaliastudios:zoomlayout:1.9.0'
/**** Builds and flavors ****/