mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-27 15:39:47 +01:00
Update deps
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
de74755492
commit
1a70d28acb
@ -154,11 +154,11 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
work_version = '2.3.0'
|
work_version = '2.3.3'
|
||||||
koin_version = "2.1.0-alpha-1"
|
koin_version = "2.1.0-alpha-1"
|
||||||
lifecycle_version = '2.2.0'
|
lifecycle_version = '2.2.0'
|
||||||
coil_version = "0.9.1"
|
coil_version = "0.9.5"
|
||||||
room_version = "2.2.3"
|
room_version = "2.2.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
@ -188,7 +188,7 @@ dependencies {
|
|||||||
implementation "com.github.stateless4j:stateless4j:2.6.0"
|
implementation "com.github.stateless4j:stateless4j:2.6.0"
|
||||||
|
|
||||||
// ViewModel and LiveData
|
// ViewModel and LiveData
|
||||||
implementation "androidx.sqlite:sqlite-ktx:2.0.1"
|
implementation "androidx.sqlite:sqlite-ktx:2.1.0"
|
||||||
implementation "androidx.collection:collection-ktx:1.1.0"
|
implementation "androidx.collection:collection-ktx:1.1.0"
|
||||||
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
|
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
|
||||||
implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version"
|
implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version"
|
||||||
@ -225,9 +225,9 @@ dependencies {
|
|||||||
androidTestImplementation "androidx.work:work-testing:$work_version"
|
androidTestImplementation "androidx.work:work-testing:$work_version"
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation 'androidx.core:core-ktx:1.2.0-rc01'
|
implementation 'androidx.core:core-ktx:1.3.0-alpha02'
|
||||||
implementation 'androidx.sharetarget:sharetarget:1.0.0-rc01'
|
implementation 'androidx.sharetarget:sharetarget:1.0.0-rc01'
|
||||||
implementation 'com.google.android.material:material:1.2.0-alpha04'
|
implementation 'com.google.android.material:material:1.2.0-alpha05'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
|
||||||
implementation 'com.github.vanniktech:Emoji:0.6.0'
|
implementation 'com.github.vanniktech:Emoji:0.6.0'
|
||||||
implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.0.0'
|
implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.0.0'
|
||||||
@ -244,7 +244,7 @@ dependencies {
|
|||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
|
|
||||||
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
||||||
implementation "io.reactivex.rxjava2:rxjava:2.2.11"
|
implementation "io.reactivex.rxjava2:rxjava:2.2.17"
|
||||||
|
|
||||||
implementation 'com.bluelinelabs:conductor:3.0.0-rc2'
|
implementation 'com.bluelinelabs:conductor:3.0.0-rc2'
|
||||||
implementation 'com.bluelinelabs:conductor-support:3.0.0-rc2'
|
implementation 'com.bluelinelabs:conductor-support:3.0.0-rc2'
|
||||||
|
@ -19,6 +19,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "androidx.work:work-gcm:2.3.1"
|
implementation "androidx.work:work-gcm:2.3.3"
|
||||||
implementation "com.google.firebase:firebase-messaging:20.1.0"
|
implementation "com.google.firebase:firebase-messaging:20.1.2"
|
||||||
}
|
}
|
||||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Mon Mar 09 13:35:59 CET 2020
|
#Tue Mar 10 13:09:12 CET 2020
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user