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:
polymorphicshade 2020-12-18 17:41:03 -07:00
parent e0f92079cd
commit e2e71e60ce

View file

@ -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