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

Commit e2e71e6

Browse files
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.
1 parent e0f9207 commit e2e71e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
buildToolsVersion '29.0.3'
1010

1111
defaultConfig {
12-
applicationId "org.schabi.newpipe"
12+
applicationId "org.polymorphicshade.newpipe"
1313
resValue "string", "app_name", "NewPipe"
1414
minSdkVersion 19
1515
targetSdkVersion 29

0 commit comments

Comments
 (0)