Skip to content

Commit 1bef2fd

Browse files
committed
Drop deprecated non-working archivesBaseName property
Signed-off-by: Aayush Gupta <[email protected]>
1 parent 061ce87 commit 1bef2fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)