From 8beb60531dbd25ad182602e048bb7dae9493645a Mon Sep 17 00:00:00 2001 From: Atemu Date: Mon, 20 Sep 2021 13:35:37 +0200 Subject: [PATCH] app/build.gradle: add "Sponsorblock" suffix to app_name It was not possible to distinguish regular NP from our fork in the launcher. Until we have a better name, this will do. Fixes https://github.com/polymorphicshade/NewPipe/issues/96 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f693b0d450e..07aeaddc8fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { defaultConfig { applicationId "org.polymorphicshade.newpipe" - resValue "string", "app_name", "NewPipe" + resValue "string", "app_name", "NewPipe Sponsorblock" minSdkVersion 19 targetSdkVersion 29 versionCode 975