From e2e71e60ceb688a3df4a502b552af8a37147166d Mon Sep 17 00:00:00 2001 From: polymorphicshade Date: Fri, 18 Dec 2020 17:41:03 -0700 Subject: [PATCH] SponsorBlock: Changed applicationId in build.gradle This is an attempt to prevent Android parsing errors when trying to install the APK. The applicationId will change later to differentiate itself more from NewPipe. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cd5f85160..219fda860 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { buildToolsVersion '29.0.3' defaultConfig { - applicationId "org.schabi.newpipe" + applicationId "org.polymorphicshade.newpipe" resValue "string", "app_name", "NewPipe" minSdkVersion 19 targetSdkVersion 29