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.
This commit is contained in:
parent
e0f92079cd
commit
e2e71e60ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue