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

Commit 9c1a20f

Browse files
committed
Add comment
1 parent 9b9afb6 commit 9c1a20f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class CodePush {
5353
private final String CODE_PUSH_TAG = "CodePush";
5454
private final String DOWNLOAD_PROGRESS_EVENT_NAME = "CodePushDownloadProgress";
5555
private final String RESOURCES_BUNDLE = "resources.arsc";
56+
// This needs to be kept in sync with https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/devsupport/DevSupportManager.java#L78
5657
private final String REACT_DEV_BUNDLE_CACHE_FILE_NAME = "ReactNativeDevBundle.js";
5758

5859
private CodePushPackage codePushPackage;

0 commit comments

Comments
 (0)