Enable resource shrinking

pull/1352/head
Alex Baker 3 years ago
parent 4bbd51f147
commit e0210a7f09

@ -103,6 +103,7 @@ android {
resValue("string", "mapbox_key", tasks_mapbox_key ?: "")
resValue("string", "google_key", tasks_google_key ?: "")
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard.pro")
signingConfig = signingConfigs.getByName("release")
}

Loading…
Cancel
Save