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:
parent
7cbe84d2b2
commit
8beb60531d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue