mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 03:22:03 +00:00
unify lifecycle version and bump to 2.5.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
7e370ee61d
commit
6725545bad
@ -160,7 +160,7 @@ ext {
|
||||
butterknifeVersion = "10.2.3"
|
||||
coilKtVersion = "2.1.0"
|
||||
daggerVersion = "2.42"
|
||||
lifecycleVersion = '2.2.0'
|
||||
lifecycleVersion = '2.5.0'
|
||||
okhttpVersion = "4.10.0"
|
||||
materialDialogsVersion = "3.3.0"
|
||||
parcelerVersion = "1.1.13"
|
||||
@ -214,8 +214,9 @@ dependencies {
|
||||
implementation "androidx.camera:camera-view:${androidxCameraVersion}"
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.3"
|
||||
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
|
||||
implementation "androidx.lifecycle:lifecycle-runtime-ktx:${lifecycleVersion}"
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${lifecycleVersion}"
|
||||
|
||||
implementation 'androidx.biometric:biometric:1.1.0'
|
||||
|
||||
@ -255,8 +256,6 @@ dependencies {
|
||||
kapt "androidx.room:room-compiler:${roomVersion}"
|
||||
implementation "androidx.room:room-ktx:${roomVersion}"
|
||||
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"
|
||||
|
||||
implementation "org.parceler:parceler-api:$parcelerVersion"
|
||||
implementation 'net.orange-box.storebox:storebox-lib:1.4.0'
|
||||
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
|
||||
@ -337,8 +336,6 @@ dependencies {
|
||||
gplayImplementation 'com.google.android.gms:play-services-base:18.0.1'
|
||||
gplayImplementation "com.google.firebase:firebase-messaging:23.0.5"
|
||||
|
||||
// TODO: Define variable for version
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1"
|
||||
// implementation 'androidx.activity:activity-ktx:1.4.0'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user