mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-27 19:38:22 +01:00
Version 5.1.4.
This commit is contained in:
parent
59fadbb0e0
commit
f8694309d3
@ -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 ****/
|
||||
|
Loading…
Reference in New Issue
Block a user