mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-02-06 02:00:17 +00:00
Enable resources shrinking
AGP 9.0.0 has introduced additional resource shrinking tasks. Its better to enable and fix this. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -79,7 +79,7 @@ configure<ApplicationExtension> {
|
||||
resValue("string", "app_name", "NewPipe $suffix")
|
||||
}
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = false // disabled to fix F-Droid"s reproducible build
|
||||
isShrinkResources = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
|
||||
Reference in New Issue
Block a user