Enable shrink resources on android release builds for resource optimization. (#1864)

See the following page of the Android documentation about app optimization
https://developer.android.com/topic/performance/app-optimization/enable-app-optimization
for more information.
This commit is contained in:
julien4215
2025-06-12 18:16:16 +02:00
committed by GitHub
parent 7fc0247d9a
commit 22044dcdce
+1
View File
@@ -76,6 +76,7 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles(
getDefaultProguardFile('proguard-android-optimize.txt'),
'proguard-rules.pro'