File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -60,20 +60,17 @@ android {
6060 } else {
6161 applicationIdSuffix = " .debug.$normalizedWorkingBranch "
6262 resValue(" string" , " app_name" , " NewPipe $workingBranch " )
63- setProperty(" archivesBaseName" , " NewPipe_$normalizedWorkingBranch " )
6463 }
6564 }
6665
6766 release {
6867 System .getProperty(" packageSuffix" )?.let { suffix ->
6968 applicationIdSuffix = suffix
7069 resValue(" string" , " app_name" , " NewPipe $suffix " )
71- setProperty(" archivesBaseName" , " NewPipe_" + System .getProperty(" packageSuffix" ))
7270 }
7371 isMinifyEnabled = true
7472 isShrinkResources = false // disabled to fix F-Droid"s reproducible build
7573 proguardFiles(getDefaultProguardFile(" proguard-android.txt" ), " proguard-rules.pro" )
76- setProperty(" archivesBaseName" , " app" )
7774 }
7875 }
7976
You can’t perform that action at this time.
0 commit comments