Skip to content

Commit 0243ee4

Browse files
committed
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>
1 parent d367ae2 commit 0243ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ configure<ApplicationExtension> {
7979
resValue("string", "app_name", "NewPipe $suffix")
8080
}
8181
isMinifyEnabled = true
82-
isShrinkResources = false // disabled to fix F-Droid"s reproducible build
82+
isShrinkResources = true
8383
proguardFiles(
8484
getDefaultProguardFile("proguard-android-optimize.txt"),
8585
"proguard-rules.pro"

0 commit comments

Comments
 (0)