Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
SponsorBlock: Changed applicationId in build.gradle
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
polymorphicshade committed Dec 19, 2020
1 parent e0f9207 commit e2e71e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2e71e6

Please sign in to comment.