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

Commit 1b3dac9

Browse files
committed
Make constant static
1 parent 8b053bd commit 1b3dac9

File tree

1 file changed

+1
-1
lines changed
  • android/app/src/main/java/com/microsoft/codepush/react

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class CodePush implements ReactPackage {
5151
private static final String ASSETS_BUNDLE_PREFIX = "assets://";
5252
private static final String BINARY_MODIFIED_TIME_KEY = "binaryModifiedTime";
5353
private final String CODE_PUSH_PREFERENCES = "CodePush";
54-
private final String DEFAULT_JS_BUNDLE_NAME = "index.android.bundle";
54+
private static final String DEFAULT_JS_BUNDLE_NAME = "index.android.bundle";
5555
private final String DOWNLOAD_PROGRESS_EVENT_NAME = "CodePushDownloadProgress";
5656
private final String FAILED_UPDATES_KEY = "CODE_PUSH_FAILED_UPDATES";
5757
private final String PACKAGE_HASH_KEY = "packageHash";

0 commit comments

Comments
 (0)