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
This commit is contained in:
Atemu 2021-09-20 13:35:37 +02:00
parent 7cbe84d2b2
commit 8beb60531d

View file

@ -14,7 +14,7 @@ android {
defaultConfig { defaultConfig {
applicationId "org.polymorphicshade.newpipe" applicationId "org.polymorphicshade.newpipe"
resValue "string", "app_name", "NewPipe" resValue "string", "app_name", "NewPipe Sponsorblock"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 975 versionCode 975