From a3370f35979bc0683d64489dad084bfc31223a99 Mon Sep 17 00:00:00 2001 From: ShareASmile <60492161+ShareASmile@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:08:57 +0530 Subject: [PATCH] bump zing version to 0.19.9.8 fixes [YouTube] "ios client not valid" error --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dc396034a6b..b175b1facd9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix') archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix') } - applicationIdSuffix "core" - resValue "string", "app_name", "NewPipe " + "core" + applicationIdSuffix "Zing" + resValue "string", "app_name", "NewPipe " + "Zing" archivesBaseName = 'app' minifyEnabled true shrinkResources true // could be disabled to fix F-Droid's reproducible build