This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ apply from: "react.gradle"
61
61
apply from : " ../../node_modules/react-native-code-push/android/codepush.gradle"
62
62
63
63
/**
64
- * Set this to true to create three separate APKs instead of one:
65
- * - A universal APK that works on all devices
64
+ * Set this to true to create two separate APKs instead of one:
66
65
* - An APK that only works on ARM devices
67
66
* - An APK that only works on x86 devices
68
67
* The advantage is the size of the APK is reduced by about 4MB.
@@ -93,7 +92,7 @@ android {
93
92
splits {
94
93
abi {
95
94
enable enableSeparateBuildPerCPUArchitecture
96
- universalApk true
95
+ universalApk false // Also generate an universal APK
97
96
reset()
98
97
include " armeabi-v7a" , " x86"
99
98
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ let CodePushDemoApp = React.createClass({
57
57
break ;
58
58
case CodePush . SyncStatus . UPDATE_INSTALLED :
59
59
self . setState ( {
60
- syncMessage : "Update installed and will be run when the app next resumes ." ,
60
+ syncMessage : "Update installed." ,
61
61
progress : false
62
62
} ) ;
63
63
break ;
You can’t perform that action at this time.
0 commit comments