Merge pull request #101 from Atemu/app_name
app/build.gradle: add "Sponsorblock" suffix to app_name
This commit is contained in:
commit
a49255fa2a
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