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

Commit d6065f7

Browse files
committed
Using static overload
1 parent c0f5817 commit d6065f7

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
@@ -136,7 +136,7 @@ private long getBinaryResourcesModifiedTime() {
136136
}
137137

138138
public static String getBundleUrl() {
139-
return currentInstance.getBundleUrlInternal("index.android.bundle");
139+
return CodePush.getBundleUrl("index.android.bundle");
140140
}
141141

142142
public static String getBundleUrl(String assetsBundleFileName) {

0 commit comments

Comments
 (0)