mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-03 08:17:26 +00:00
updated deps
This commit is contained in:
parent
764fe0d7ff
commit
6dffdfcf27
4 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue