mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
android: turn on R8
This commit is contained in:
parent
1d02f56025
commit
c1c3c3cdc9
5 changed files with 74 additions and 3 deletions
|
@ -31,10 +31,10 @@ class ApplicationPlugin : Plugin<Project> {
|
|||
|
||||
buildTypes {
|
||||
named("release") {
|
||||
isMinifyEnabled = false
|
||||
isMinifyEnabled = true
|
||||
setProguardFiles(
|
||||
listOf(
|
||||
"proguard-android-optimize.txt",
|
||||
"proguard-android-optimize.pro",
|
||||
"proguard-rules.pro",
|
||||
"proguard-rules-missing-classes.pro",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue