From 7a611c872eb085c4b0108e1ec954272361a6917b Mon Sep 17 00:00:00 2001 From: Leonardo Ledda Date: Thu, 28 Mar 2024 04:09:56 +0100 Subject: [PATCH] ReVancedUpdater: MicroG RE -> ReVanced GmsCore Signed-off-by: Leonardo Ledda --- app/src/main/AndroidManifest.xml | 2 +- .../it/leddaz/revancedupdater/MainActivity.kt | 19 +++++++++---------- .../utils/json/MicroGJSONObject.kt | 10 +++++++++- .../revancedupdater/utils/misc/CommonStuff.kt | 2 +- app/src/main/res/values-af-rZA/strings.xml | 6 +++--- app/src/main/res/values-af/strings.xml | 4 ++-- app/src/main/res/values-ar-rSA/strings.xml | 6 +++--- app/src/main/res/values-ar/strings.xml | 4 ++-- app/src/main/res/values-ca-rES/strings.xml | 6 +++--- app/src/main/res/values-ca/strings.xml | 4 ++-- app/src/main/res/values-cs-rCZ/strings.xml | 6 +++--- app/src/main/res/values-cs/strings.xml | 4 ++-- app/src/main/res/values-da-rDK/strings.xml | 6 +++--- app/src/main/res/values-da/strings.xml | 4 ++-- app/src/main/res/values-de-rDE/strings.xml | 6 +++--- app/src/main/res/values-de/strings.xml | 4 ++-- app/src/main/res/values-el-rGR/strings.xml | 6 +++--- app/src/main/res/values-el/strings.xml | 4 ++-- app/src/main/res/values-en-rUS/strings.xml | 6 +++--- app/src/main/res/values-en/strings.xml | 4 ++-- app/src/main/res/values-es-rES/strings.xml | 6 +++--- app/src/main/res/values-es/strings.xml | 4 ++-- app/src/main/res/values-fa-rIR/strings.xml | 6 +++--- app/src/main/res/values-fi-rFI/strings.xml | 6 +++--- app/src/main/res/values-fi/strings.xml | 4 ++-- app/src/main/res/values-fr-rFR/strings.xml | 6 +++--- app/src/main/res/values-fr/strings.xml | 4 ++-- app/src/main/res/values-he/strings.xml | 4 ++-- app/src/main/res/values-hu-rHU/strings.xml | 6 +++--- app/src/main/res/values-hu/strings.xml | 4 ++-- app/src/main/res/values-it-rIT/strings.xml | 6 +++--- app/src/main/res/values-it/strings.xml | 4 ++-- app/src/main/res/values-iw-rIL/strings.xml | 6 +++--- app/src/main/res/values-ja-rJP/strings.xml | 6 +++--- app/src/main/res/values-ja/strings.xml | 4 ++-- app/src/main/res/values-ko-rKR/strings.xml | 6 +++--- app/src/main/res/values-ko/strings.xml | 4 ++-- app/src/main/res/values-nl-rNL/strings.xml | 6 +++--- app/src/main/res/values-nl/strings.xml | 4 ++-- app/src/main/res/values-no-rNO/strings.xml | 6 +++--- app/src/main/res/values-no/strings.xml | 4 ++-- app/src/main/res/values-pl-rPL/strings.xml | 6 +++--- app/src/main/res/values-pl/strings.xml | 4 ++-- app/src/main/res/values-pt-rBR/strings.xml | 6 +++--- app/src/main/res/values-pt-rPT/strings.xml | 6 +++--- app/src/main/res/values-pt/strings.xml | 4 ++-- app/src/main/res/values-ro-rRO/strings.xml | 6 +++--- app/src/main/res/values-ro/strings.xml | 4 ++-- app/src/main/res/values-ru-rRU/strings.xml | 6 +++--- app/src/main/res/values-ru/strings.xml | 4 ++-- app/src/main/res/values-sr-rSP/strings.xml | 6 +++--- app/src/main/res/values-sr/strings.xml | 4 ++-- app/src/main/res/values-sv-rSE/strings.xml | 6 +++--- app/src/main/res/values-sv/strings.xml | 4 ++-- app/src/main/res/values-tr-rTR/strings.xml | 6 +++--- app/src/main/res/values-tr/strings.xml | 4 ++-- app/src/main/res/values-uk-rUA/strings.xml | 6 +++--- app/src/main/res/values-uk/strings.xml | 4 ++-- app/src/main/res/values-vi-rVN/strings.xml | 6 +++--- app/src/main/res/values-vi/strings.xml | 4 ++-- app/src/main/res/values-zh-rCN/strings.xml | 6 +++--- app/src/main/res/values-zh-rTW/strings.xml | 6 +++--- app/src/main/res/values-zh/strings.xml | 4 ++-- app/src/main/res/values/strings.xml | 8 ++++---- 64 files changed, 173 insertions(+), 166 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ce7e7701..4d638b0c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ - + microGReply = Gson().fromJson(response, object : TypeToken() {}.type) - latestMicroGVersion = Version(microGReply.latestMicroGVersion) - microGDownloadUrl = "https://github.com/WSTxda/MicroG-RE/releases/download/" + - latestMicroGVersion + "/MicroG_RE_" + latestMicroGVersion + ".apk" + latestMicroGVersion = Version(microGReply.latestMicroGVersion.substring(1)) + microGDownloadUrl = microGReply.assets.firstOrNull()?.latestMicroGUrl.toString() callback.onSuccess() }, {}) @@ -321,7 +320,7 @@ class MainActivity : AppCompatActivity() { } /** - * Downloads MicroG RE when the button is clicked. + * Downloads ReVanced GmsCore when the button is clicked. * @property view the view which contains the button. */ fun downloadMicroG(view: View) { @@ -377,7 +376,7 @@ class MainActivity : AppCompatActivity() { getString(R.string.installed_app_version, APP_VERSION) } } else if (packageName == MICROG_PACKAGE) { - installedVersion.version = pInfo.versionName.substring(0, 3) + installedVersion.version = pInfo.versionName installedTextView.text = getString(R.string.installed_app_version, installedVersion.version) } else { @@ -426,7 +425,7 @@ class MainActivity : AppCompatActivity() { updateStatusTextView.text = getString(R.string.update_available) button.isEnabled = true } else if (installedVersion.compareTo(latestVersion) == 0) { - if (packageName.startsWith("app.revanced")) { + if (packageName != MICROG_PACKAGE) { var latestHash = getLatestReVancedHash() if (packageName == MUSIC_PACKAGE) latestHash = getLatestReVancedMusicHash() diff --git a/app/src/main/java/it/leddaz/revancedupdater/utils/json/MicroGJSONObject.kt b/app/src/main/java/it/leddaz/revancedupdater/utils/json/MicroGJSONObject.kt index decbc7bf..b19c8567 100644 --- a/app/src/main/java/it/leddaz/revancedupdater/utils/json/MicroGJSONObject.kt +++ b/app/src/main/java/it/leddaz/revancedupdater/utils/json/MicroGJSONObject.kt @@ -4,5 +4,13 @@ import com.google.gson.annotations.SerializedName data class MicroGJSONObject( @SerializedName("tag_name") - val latestMicroGVersion: String + val latestMicroGVersion: String, + + @SerializedName("assets") + val assets: List, +) + +data class Asset( + @SerializedName("browser_download_url") + val latestMicroGUrl: String ) diff --git a/app/src/main/java/it/leddaz/revancedupdater/utils/misc/CommonStuff.kt b/app/src/main/java/it/leddaz/revancedupdater/utils/misc/CommonStuff.kt index bdedca6b..525f3ff2 100644 --- a/app/src/main/java/it/leddaz/revancedupdater/utils/misc/CommonStuff.kt +++ b/app/src/main/java/it/leddaz/revancedupdater/utils/misc/CommonStuff.kt @@ -20,7 +20,7 @@ object CommonStuff { // Package names const val REVANCED_PACKAGE = "app.revanced.android.youtube" const val MUSIC_PACKAGE = "app.revanced.android.apps.youtube.music" - const val MICROG_PACKAGE = "com.mgoogle.android.gms" + const val MICROG_PACKAGE = "app.revanced.android.gms" const val UPDATER_PACKAGE = "it.leddaz.revancedupdater" /** diff --git a/app/src/main/res/values-af-rZA/strings.xml b/app/src/main/res/values-af-rZA/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-af-rZA/strings.xml +++ b/app/src/main/res/values-af-rZA/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-cs-rCZ/strings.xml +++ b/app/src/main/res/values-cs-rCZ/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-da-rDK/strings.xml b/app/src/main/res/values-da-rDK/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-da-rDK/strings.xml +++ b/app/src/main/res/values-da-rDK/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-el-rGR/strings.xml b/app/src/main/res/values-el-rGR/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-el-rGR/strings.xml +++ b/app/src/main/res/values-el-rGR/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-en-rUS/strings.xml b/app/src/main/res/values-en-rUS/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-en-rUS/strings.xml +++ b/app/src/main/res/values-en-rUS/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-fa-rIR/strings.xml b/app/src/main/res/values-fa-rIR/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-fa-rIR/strings.xml +++ b/app/src/main/res/values-fa-rIR/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-fi-rFI/strings.xml b/app/src/main/res/values-fi-rFI/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-fi-rFI/strings.xml +++ b/app/src/main/res/values-fi-rFI/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index 7b130364..73b021dd 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -14,14 +14,14 @@ Actualiser none Télécharger ReVanced Music - Télécharger MicroG RE + Télécharger ReVanced GmsCore Télécharger ReVanced Updater invalid Version non valide détectée. Désinstaller les applications existantes. Oui Non - MicroG RE non installé - MicroG RE est nécessaire pour se connecter à votre compte Google dans les applications ReVanced. Voulez-vous l\'installer maintenant ? + ReVanced GmsCore non installé + ReVanced GmsCore est nécessaire pour se connecter à votre compte Google dans les applications ReVanced. Voulez-vous l\'installer maintenant ? A propos A propos de cette application Télécharger diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-hu-rHU/strings.xml +++ b/app/src/main/res/values-hu-rHU/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml index fbef057a..0ebe4bf5 100644 --- a/app/src/main/res/values-it-rIT/strings.xml +++ b/app/src/main/res/values-it-rIT/strings.xml @@ -14,14 +14,14 @@ Aggiorna nessuna Scarica ReVanced Music - Scarica MicroG RE + Scarica ReVanced GmsCore Scarica ReVanced Updater non valida Versione non valida rilevata. Disinstalla le app già presenti. No - MicroG RE non è installato - MicroG RE è necessario per accedere al tuo account Google nelle app ReVanced. Vuoi installarlo ora? + ReVanced GmsCore non è installato + ReVanced GmsCore è necessario per accedere al tuo account Google nelle app ReVanced. Vuoi installarlo ora? Informazioni Informazioni sull\'app Scarica diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 880dbf74..f57a7129 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -20,8 +20,8 @@ Versione non valida rilevata. Disinstalla le app già presenti. No - MicroG RE non è installato - MicroG RE è necessario per accedere al tuo account Google nelle app ReVanced. Vuoi installarlo ora? + ReVanced GmsCore non è installato + ReVanced GmsCore è necessario per accedere al tuo account Google nelle app ReVanced. Vuoi installarlo ora? Informazioni Informazioni sull\'app Scarica diff --git a/app/src/main/res/values-iw-rIL/strings.xml b/app/src/main/res/values-iw-rIL/strings.xml index bc7673a4..0f54005a 100644 --- a/app/src/main/res/values-iw-rIL/strings.xml +++ b/app/src/main/res/values-iw-rIL/strings.xml @@ -14,14 +14,14 @@ רענן ללא Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. כן לא - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? אודות About this app הורד diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-no-rNO/strings.xml b/app/src/main/res/values-no-rNO/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-no-rNO/strings.xml +++ b/app/src/main/res/values-no-rNO/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 9e77a063..b4b6fd83 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -14,14 +14,14 @@ Recarregar nenhum Baixar ReVanced Music - Baixar MicroG RE + Baixar ReVanced GmsCore Baixar ReVanced Updater inválido Versão inválida detectada. Desinstale os aplicativos existentes. Sim Não - MicroG RE não instalado - É necessário MicroG RE para fazer login na sua conta Google em aplicativos ReVanced. Você deseja instalá-lo agora? + ReVanced GmsCore não instalado + É necessário ReVanced GmsCore para fazer login na sua conta Google em aplicativos ReVanced. Você deseja instalá-lo agora? Sobre Sobre este aplicativo Baixar diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ro-rRO/strings.xml b/app/src/main/res/values-ro-rRO/strings.xml index e6140288..079c1c65 100644 --- a/app/src/main/res/values-ro-rRO/strings.xml +++ b/app/src/main/res/values-ro-rRO/strings.xml @@ -14,14 +14,14 @@ Reîncarcă nimic Descarcă ReVanced Music - Descarcă MicroG RE + Descarcă ReVanced GmsCore Descarcă Updater-ul ReVanced invalid Versiune nevalidă. Dezinstalați aplicațiile existente. Da Nu - MicroG RE nu este instalat - Este necesar să aveți MicroG RE ca să vă conectați în contul dvs. Google pe aplicațiile ReVanced. Dorești să îl instalezi acum? + ReVanced GmsCore nu este instalat + Este necesar să aveți ReVanced GmsCore ca să vă conectați în contul dvs. Google pe aplicațiile ReVanced. Dorești să îl instalezi acum? Despre Despre această aplicaţie Descărcare diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml index 17e50191..e45e8e70 100644 --- a/app/src/main/res/values-ru-rRU/strings.xml +++ b/app/src/main/res/values-ru-rRU/strings.xml @@ -14,14 +14,14 @@ Обновить отсутствует Скачать ReVanced Music - Скачать MicroG RE + Скачать ReVanced GmsCore Скачать ReVanced Updater недействительно Обнаружена недействительная версия. Удалите существующие приложения. Да Нет - MicroG RE не установлен - MicroG RE требуется для входа в ваш аккаунт Google в ReVanced приложениях. Вы хотите установить его сейчас? + ReVanced GmsCore не установлен + ReVanced GmsCore требуется для входа в ваш аккаунт Google в ReVanced приложениях. Вы хотите установить его сейчас? Информация Об этом приложении Скачать diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-sr-rSP/strings.xml b/app/src/main/res/values-sr-rSP/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-sr-rSP/strings.xml +++ b/app/src/main/res/values-sr-rSP/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index 9d0abf73..d3fafcdd 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -14,14 +14,14 @@ Yenile hiçbiri ReVanced Music\'i İndir - MicroG RE\'yi İndir + ReVanced GmsCore\'yi İndir ReVanced Updater\'ı İndir Geçersiz Geçersiz sürüm tespit edildi. Yüklü olan uygulamaları kaldırın. Evet Hayır - MicroG RE yüklü değil - MicroG RE, ReVanced uygulamalarında Google hesabınıza giriş yapmak için gereklidir. Şimdi yüklemek istiyor musunuz? + ReVanced GmsCore yüklü değil + ReVanced GmsCore, ReVanced uygulamalarında Google hesabınıza giriş yapmak için gereklidir. Şimdi yüklemek istiyor musunuz? Hakkında Uygulama hakkında İndir diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-uk-rUA/strings.xml b/app/src/main/res/values-uk-rUA/strings.xml index ffa12cff..cb055cd7 100644 --- a/app/src/main/res/values-uk-rUA/strings.xml +++ b/app/src/main/res/values-uk-rUA/strings.xml @@ -14,14 +14,14 @@ Оновити нічого Завантажити ReVanced Music - Завантажити MicroG RE + Завантажити ReVanced GmsCore Завантажити ReVanced Updater недійсний Виявлено недійсну версію. Видаліть встановлені додатки. Так Ні - MicroG RE не встановлено - MicroG RE необхідний для входу в обліковий запис Google на ReVanced додатках. Бажаєте встановити його зараз? + ReVanced GmsCore не встановлено + ReVanced GmsCore необхідний для входу в обліковий запис Google на ReVanced додатках. Бажаєте встановити його зараз? Інформація Про додаток Завантажити diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-vi-rVN/strings.xml b/app/src/main/res/values-vi-rVN/strings.xml index c2834d54..6eaec64a 100644 --- a/app/src/main/res/values-vi-rVN/strings.xml +++ b/app/src/main/res/values-vi-rVN/strings.xml @@ -14,14 +14,14 @@ Làm mới không Tải xuống ReVanced Music - Tải xuống MicroG RE + Tải xuống ReVanced GmsCore Tải xuống Cập nhật ReVanced không hợp lệ Đã phát hiện phiên bản không hợp lệ. Gỡ cài đặt các ứng dụng hiện có. Đồng ý Không - Không thể cài đặt MicroG RE - Cần có MicroG RE để đăng nhập vào tài khoản Google của bạn trên các ứng dụng ReVanced. Bạn có muốn cài đặt nó ngay bây giờ không? + Không thể cài đặt ReVanced GmsCore + Cần có ReVanced GmsCore để đăng nhập vào tài khoản Google của bạn trên các ứng dụng ReVanced. Bạn có muốn cài đặt nó ngay bây giờ không? Giới thiệu Thông tin về ứng dụng Tải xuống diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 7bc20d72..93ac4792 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -14,14 +14,14 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 2264c538..14bb56b6 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -20,8 +20,8 @@ Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app Download diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5a7006fe..71bc229e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,18 +19,18 @@ Refresh none Download ReVanced Music - Download MicroG RE + Download ReVanced GmsCore Download ReVanced Updater invalid Invalid version detected. Uninstall existing apps. Yes No - MicroG RE not installed - MicroG RE is required to log in to your Google account on ReVanced apps. Do you want to install it now? + ReVanced GmsCore not installed + ReVanced GmsCore is required to log in to your Google account on ReVanced apps. Do you want to install it now? About About this app OK Download Hold an app\'s card to open its changelog. - MicroG RE + ReVanced GmsCore