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' namespace 'org.schabi.newpipe'
defaultConfig { defaultConfig {
applicationId "org.schabi.newpipe" applicationId "org.polymorphicshade.tubular"
resValue "string", "app_name", "Tubular" resValue "string", "app_name", "Tubular"
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33