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

Commit 416b82b

Browse files
authored
Update CodePush.java
1 parent 006a868 commit 416b82b

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
@@ -143,7 +143,7 @@ public String getDeploymentKey() {
143143
}
144144

145145
public static String getJSBundleFile() {
146-
return CodePush.getBundleUrl();
146+
return CodePush.getJSBundleFile(CodePushConstants.DEFAULT_JS_BUNDLE_NAME);
147147
}
148148

149149
public static String getJSBundleFile(String assetsBundleFileName) {

0 commit comments

Comments
 (0)