Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 19723fb

Browse files
committed
remove deployment key
1 parent 75cd65e commit 19723fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/CodePushDemoApp/android/app/src/main/java/com/microsoft/codepushdemoapp/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected void onCreate(Bundle savedInstanceState) {
2525
super.onCreate(savedInstanceState);
2626
mReactRootView = new ReactRootView(this);
2727

28-
codePush = new CodePush("d73bf5d8-4fbd-4e55-a837-accd328a21ba", this);
28+
codePush = new CodePush("DEPLOYMENT_KEY_HERE", this);
2929

3030
ReactInstanceManager.Builder builder = ReactInstanceManager.builder()
3131
.setApplication(getApplication())

android/app/src/main/java/com/microsoft/codepush/react/CodePushPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class CodePushPackage {
2525
public final String PACKAGE_FILE_NAME = "app.json";
2626
public final String PACKAGE_HASH_KEY = "packageHash";
2727
public final String DOWNLOAD_URL_KEY = "downloadUrl";
28-
public final int DOWNLOAD_BUFFER_SIZE = 8192;
28+
public final int DOWNLOAD_BUFFER_SIZE = 1024 * 256;
2929

3030
private String documentsDirectory;
3131

0 commit comments

Comments
 (0)