File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Examples/CodePushDemoApp/android/app/src/main/java/com/microsoft/codepushdemoapp
android/app/src/main/java/com/microsoft/codepush/react Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ protected void onCreate(Bundle savedInstanceState) {
25
25
super .onCreate (savedInstanceState );
26
26
mReactRootView = new ReactRootView (this );
27
27
28
- codePush = new CodePush ("d73bf5d8-4fbd-4e55-a837-accd328a21ba " , this );
28
+ codePush = new CodePush ("DEPLOYMENT_KEY_HERE " , this );
29
29
30
30
ReactInstanceManager .Builder builder = ReactInstanceManager .builder ()
31
31
.setApplication (getApplication ())
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class CodePushPackage {
25
25
public final String PACKAGE_FILE_NAME = "app.json" ;
26
26
public final String PACKAGE_HASH_KEY = "packageHash" ;
27
27
public final String DOWNLOAD_URL_KEY = "downloadUrl" ;
28
- public final int DOWNLOAD_BUFFER_SIZE = 8192 ;
28
+ public final int DOWNLOAD_BUFFER_SIZE = 1024 * 256 ;
29
29
30
30
private String documentsDirectory ;
31
31
You can’t perform that action at this time.
0 commit comments