mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-11 08:04:23 +08:00
Make constant static
This commit is contained in:
@@ -51,7 +51,7 @@ public class CodePush implements ReactPackage {
|
||||
private static final String ASSETS_BUNDLE_PREFIX = "assets://";
|
||||
private static final String BINARY_MODIFIED_TIME_KEY = "binaryModifiedTime";
|
||||
private final String CODE_PUSH_PREFERENCES = "CodePush";
|
||||
private final String DEFAULT_JS_BUNDLE_NAME = "index.android.bundle";
|
||||
private static final String DEFAULT_JS_BUNDLE_NAME = "index.android.bundle";
|
||||
private final String DOWNLOAD_PROGRESS_EVENT_NAME = "CodePushDownloadProgress";
|
||||
private final String FAILED_UPDATES_KEY = "CODE_PUSH_FAILED_UPDATES";
|
||||
private final String PACKAGE_HASH_KEY = "packageHash";
|
||||
|
||||
Reference in New Issue
Block a user