updated deps

This commit is contained in:
X1nto 2021-03-03 16:19:29 +04:00
parent 764fe0d7ff
commit 6dffdfcf27
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ buildscript {
ext.annotationVersion = '1.1.0'
ext.appcompatVersion = '1.1.0'
ext.fragmentVersion = '1.2.5'
ext.fragmentVersion = '1.3.0'
ext.lifecycleVersion = '2.3.0'
ext.mediarouterVersion = '1.1.0'
ext.navigationVersion = '2.3.0'

View File

@ -37,6 +37,6 @@ dependencies {
api project(':play-services-tasks')
api project(':play-services-base-api')
implementation "androidx.fragment:fragment:$fragmentVersion"
implementation 'com.google.android.gms:play-services-base:17.5.0'
implementation "androidx.fragment:fragment:${fragmentVersion}"
implementation 'com.google.android.gms:play-services-base:17.6.0'
}

View File

@ -22,7 +22,7 @@ dependencies {
api "org.microg:safe-parcel:1.7.0"
implementation "androidx.annotation:annotation:$annotationVersion"
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.31'
}
android {

View File

@ -19,7 +19,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
dependencies {
implementation 'com.squareup.wire:wire-runtime:3.5.0'
implementation 'com.squareup.wire:wire-runtime:3.6.0'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation "org.microg.gms:conscrypt-gmscore:2.5.1"
implementation "androidx.annotation:annotation:$annotationVersion"