mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Added resources shrink to release build
This commit is contained in:
parent
93e26f6c10
commit
e290a8c4ea
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ android {
|
|||
|
||||
getByName("release") {
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue