mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +01:00
Update libraries.
This commit is contained in:
parent
b55135e880
commit
61da952b7b
@ -3,11 +3,11 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 31
|
compileSdk 32
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "ml.docilealligator.infinityforreddit"
|
applicationId "ml.docilealligator.infinityforreddit"
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 32
|
||||||
versionCode 103
|
versionCode 103
|
||||||
versionName "5.3.1"
|
versionName "5.3.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
@ -60,6 +60,7 @@ dependencies {
|
|||||||
implementation "androidx.lifecycle:lifecycle-process:$lifecycleVersion"
|
implementation "androidx.lifecycle:lifecycle-process:$lifecycleVersion"
|
||||||
implementation "androidx.lifecycle:lifecycle-runtime:$lifecycleVersion"
|
implementation "androidx.lifecycle:lifecycle-runtime:$lifecycleVersion"
|
||||||
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycleVersion"
|
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycleVersion"
|
||||||
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion"
|
||||||
def pagingVersion = '3.1.1'
|
def pagingVersion = '3.1.1'
|
||||||
implementation "androidx.paging:paging-runtime:$pagingVersion"
|
implementation "androidx.paging:paging-runtime:$pagingVersion"
|
||||||
implementation "androidx.paging:paging-guava:$pagingVersion"
|
implementation "androidx.paging:paging-guava:$pagingVersion"
|
||||||
|
Loading…
Reference in New Issue
Block a user