File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ apply from: "../../node_modules/react-native/react.gradle"
86
86
* Upload all the APKs to the Play Store and people will download
87
87
* the correct one based on the CPU architecture of their device.
88
88
*/
89
- def enableSeparateBuildPerCPUArchitecture = false
89
+ def enableSeparateBuildPerCPUArchitecture = true
90
90
91
91
/**
92
92
* Run Proguard to shrink the Java bytecode in release builds.
93
93
*/
94
- def enableProguardInReleaseBuilds = false
94
+ def enableProguardInReleaseBuilds = true
95
95
96
96
android {
97
97
compileSdkVersion rootProject. ext. compileSdkVersion
@@ -129,6 +129,7 @@ android {
129
129
buildTypes {
130
130
release {
131
131
minifyEnabled enableProguardInReleaseBuilds
132
+ shrinkResources true
132
133
proguardFiles getDefaultProguardFile(" proguard-android.txt" ), " proguard-rules.pro"
133
134
signingConfig signingConfigs. release
134
135
}
You can’t perform that action at this time.
0 commit comments