Skip to content

Commit 4f70235

Browse files
committed
Enable proguard android optimizations
AGP 9.0+ requires enabling optimizations Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent 54f9bcb commit 4f70235

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ android {
7878
}
7979
isMinifyEnabled = true
8080
isShrinkResources = false // disabled to fix F-Droid"s reproducible build
81-
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
81+
proguardFiles(
82+
getDefaultProguardFile("proguard-android-optimize.txt"),
83+
"proguard-rules.pro"
84+
)
8285
}
8386
}
8487

0 commit comments

Comments
 (0)