mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Updated release build settings
This commit is contained in:
parent
ce932a896e
commit
43e164eb1c
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@ android {
|
|||
|
||||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = false
|
||||
isDebuggable = false
|
||||
isShrinkResources = true
|
||||
isMinifyEnabled = true
|
||||
isProfileable = false
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue