changed applicationId in build.gradle

This commit is contained in:
polymorphicshade 2024-01-21 16:03:08 -07:00
parent 2acbf4230c
commit e27a40f2e3

View file

@ -16,7 +16,7 @@ android {
namespace 'org.schabi.newpipe'
defaultConfig {
applicationId "org.schabi.newpipe"
applicationId "org.polymorphicshade.tubular"
resValue "string", "app_name", "Tubular"
minSdk 21
targetSdk 33