We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061ce87 commit 1bef2fdCopy full SHA for 1bef2fd
1 file changed
app/build.gradle.kts
@@ -60,20 +60,17 @@ android {
60
} else {
61
applicationIdSuffix = ".debug.$normalizedWorkingBranch"
62
resValue("string", "app_name", "NewPipe $workingBranch")
63
- setProperty("archivesBaseName", "NewPipe_$normalizedWorkingBranch")
64
}
65
66
67
release {
68
System.getProperty("packageSuffix")?.let { suffix ->
69
applicationIdSuffix = suffix
70
resValue("string", "app_name", "NewPipe $suffix")
71
- setProperty("archivesBaseName", "NewPipe_" + System.getProperty("packageSuffix"))
72
73
isMinifyEnabled = true
74
isShrinkResources = false // disabled to fix F-Droid"s reproducible build
75
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
76
- setProperty("archivesBaseName", "app")
77
78
79
0 commit comments