From 35c8ddbff4ac94537fde66e384b1e2fd90e25b85 Mon Sep 17 00:00:00 2001 From: WSTxda Date: Thu, 28 Mar 2024 18:22:42 -0300 Subject: [PATCH] Change ID to ReVanced and bump dependences and version - It's not included playback video, buffer fix, still need use spoof option in settings --- build.gradle | 14 +++++++------- .../src/main/res/values/strings.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 4119b63f7f..52d03667d5 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { ext.applicationNamespace = "com.google.android.gms" - ext.basePackageName = "com.mgoogle" + ext.basePackageName = "app.revanced" ext.annotationVersion = '1.7.1' ext.appcompatVersion = '1.6.1' @@ -15,22 +15,22 @@ buildscript { ext.lifecycleVersion = '2.7.0' ext.loaderVersion = '1.1.0' ext.materialVersion = '1.11.0' - ext.mediarouterVersion = '1.6.0' + ext.mediarouterVersion = '1.7.0' ext.multidexVersion = '2.0.1' ext.navigationVersion = '2.7.7' - ext.preferenceVersion = '1.2.0' + ext.preferenceVersion = '1.2.1' ext.recyclerviewVersion = '1.3.2' ext.webkitVersion = '1.10.0' ext.coroutineVersion = '1.7.3' - ext.kotlinVersion = '1.9.22' + ext.kotlinVersion = '1.9.23' ext.cronetVersion = '102.5005.125' ext.okhttpVersion = '4.12.0' ext.slf4jVersion = '1.7.36' ext.volleyVersion = '1.2.1' ext.wearableVersion = '0.1.1' - ext.wireVersion = '4.9.7' + ext.wireVersion = '4.9.8' ext.androidBuildGradleVersion = '8.3.0' @@ -82,8 +82,8 @@ allprojects { apply plugin: 'idea' group = 'org.microg.gms' - ext.appVersionName = 5.2 - ext.appVersionCode = 240856000 + ext.appVersionName = 5.3 + ext.appVersionCode = 240914000 ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5] version = ext.appVersionName+" GMS-"+ext.baseVersion.replaceAll("\\.", "") ext.isReleaseVersion = false diff --git a/play-services-core/microg-ui-tools/src/main/res/values/strings.xml b/play-services-core/microg-ui-tools/src/main/res/values/strings.xml index 188fdcfd5c..4920d351bd 100644 --- a/play-services-core/microg-ui-tools/src/main/res/values/strings.xml +++ b/play-services-core/microg-ui-tools/src/main/res/values/strings.xml @@ -44,7 +44,7 @@ - 5.2 + 5.3