mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
Rebranding
This commit is contained in:
parent
6b26da6c16
commit
1f8c5e2b27
1 changed files with 8 additions and 8 deletions
|
@ -16,8 +16,8 @@ android {
|
||||||
namespace 'org.schabi.newpipe'
|
namespace 'org.schabi.newpipe'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.polymorphicshade.tubular"
|
applicationId "org.maintainteam.lastpipebender"
|
||||||
resValue "string", "app_name", "Tubular"
|
resValue "string", "app_name", "LastPipeBender"
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 998
|
versionCode 998
|
||||||
|
@ -42,19 +42,19 @@ android {
|
||||||
if (normalizedWorkingBranch.isEmpty() || workingBranch == "master" || workingBranch == "dev") {
|
if (normalizedWorkingBranch.isEmpty() || workingBranch == "master" || workingBranch == "dev") {
|
||||||
// default values when branch name could not be determined or is master or dev
|
// default values when branch name could not be determined or is master or dev
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
resValue "string", "app_name", "Tubular Debug"
|
resValue "string", "app_name", "LastPipeBender Debug"
|
||||||
} else {
|
} else {
|
||||||
applicationIdSuffix ".debug." + normalizedWorkingBranch
|
applicationIdSuffix ".debug." + normalizedWorkingBranch
|
||||||
resValue "string", "app_name", "Tubular " + workingBranch
|
resValue "string", "app_name", "LastPipeBender " + workingBranch
|
||||||
archivesBaseName = 'Tubular_' + normalizedWorkingBranch
|
archivesBaseName = 'LastPipeBender_' + normalizedWorkingBranch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
if (System.properties.containsKey('packageSuffix')) {
|
if (System.properties.containsKey('packageSuffix')) {
|
||||||
applicationIdSuffix System.getProperty('packageSuffix')
|
applicationIdSuffix System.getProperty('packageSuffix')
|
||||||
resValue "string", "app_name", "Tubular " + System.getProperty('packageSuffix')
|
resValue "string", "app_name", "LastPipeBender " + System.getProperty('packageSuffix')
|
||||||
archivesBaseName = 'Tubular_' + System.getProperty('packageSuffix')
|
archivesBaseName = 'LastPipeBender_' + System.getProperty('packageSuffix')
|
||||||
}
|
}
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources false // disabled to fix F-Droid's reproducible build
|
shrinkResources false // disabled to fix F-Droid's reproducible build
|
||||||
|
@ -205,7 +205,7 @@ dependencies {
|
||||||
// name and the commit hash with the commit hash of the (pushed) commit you want to test
|
// name and the commit hash with the commit hash of the (pushed) commit you want to test
|
||||||
// This works thanks to JitPack: https://jitpack.io/
|
// This works thanks to JitPack: https://jitpack.io/
|
||||||
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
|
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.0'
|
implementation 'com.github.MaintainTeam:LastPipeExtractor:4faa5669b67d62526c3af39e11bb9d29d284bcd0'
|
||||||
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
|
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
|
||||||
|
|
||||||
/** Checkstyle **/
|
/** Checkstyle **/
|
||||||
|
|
Loading…
Add table
Reference in a new issue