mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-14 23:15:06 +00:00
Update a few dependencies
This commit is contained in:
parent
12905d6621
commit
0bb46d6af6
2 changed files with 9 additions and 6 deletions
10
build.gradle
10
build.gradle
|
@ -9,17 +9,17 @@ buildscript {
|
||||||
ext.safeParcelVersion = '1.6.0'
|
ext.safeParcelVersion = '1.6.0'
|
||||||
ext.wearableVersion = '0.1.1'
|
ext.wearableVersion = '0.1.1'
|
||||||
|
|
||||||
ext.kotlinVersion = '1.3.72'
|
ext.kotlinVersion = '1.4.10'
|
||||||
ext.coroutineVersion = '1.3.7'
|
ext.coroutineVersion = '1.3.7'
|
||||||
|
|
||||||
ext.annotationVersion = '1.1.0'
|
ext.annotationVersion = '1.1.0'
|
||||||
ext.appcompatVersion = '1.1.0'
|
ext.appcompatVersion = '1.2.0'
|
||||||
ext.coreVersion = '1.3.0'
|
ext.coreVersion = '1.3.0'
|
||||||
ext.fragmentVersion = '1.2.5'
|
ext.fragmentVersion = '1.2.5'
|
||||||
ext.lifecycleVersion = '2.2.0'
|
ext.lifecycleVersion = '2.2.0'
|
||||||
ext.mediarouterVersion = '1.1.0'
|
ext.mediarouterVersion = '1.2.0'
|
||||||
ext.multidexVersion = '2.0.1'
|
ext.multidexVersion = '2.0.1'
|
||||||
ext.navigationVersion = '2.3.0'
|
ext.navigationVersion = '2.3.1'
|
||||||
ext.preferenceVersion = '1.1.1'
|
ext.preferenceVersion = '1.1.1'
|
||||||
ext.recyclerviewVersion = '1.1.0'
|
ext.recyclerviewVersion = '1.1.0'
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ buildscript {
|
||||||
ext.volleyVersion = '1.1.1'
|
ext.volleyVersion = '1.1.1'
|
||||||
ext.wireVersion = '3.2.2'
|
ext.wireVersion = '3.2.2'
|
||||||
|
|
||||||
ext.androidBuildGradleVersion = '3.6.3'
|
ext.androidBuildGradleVersion = '4.1.0'
|
||||||
|
|
||||||
ext.androidBuildVersionTools = '29.0.3'
|
ext.androidBuildVersionTools = '29.0.3'
|
||||||
|
|
||||||
|
|
5
gradle/wrapper/gradle-wrapper.properties
vendored
5
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,8 @@
|
||||||
|
# SPDX-FileCopyrightText: 2015, microG Project Team
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip
|
|
||||||
|
|
Loading…
Reference in a new issue