Enable proguard android optimizations
AGP 9.0+ requires enabling optimizations Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
54f9bcb03e
commit
4f70235ee8
1 changed files with 4 additions and 1 deletions
|
|
@ -78,7 +78,10 @@ android {
|
|||
}
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = false // disabled to fix F-Droid"s reproducible build
|
||||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue