Skip to content

Commit d79a40a

Browse files
committed
feat: change CodePush constructor to public for accessibility in new architecture
1 parent 2c66d00 commit d79a40a

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
@@ -69,7 +69,7 @@ public static String getServiceUrl() {
6969
return mServerUrl;
7070
}
7171

72-
private CodePush(String deploymentKey, Context context, boolean isDebugMode) {
72+
public CodePush(String deploymentKey, Context context, boolean isDebugMode) {
7373
mContext = context.getApplicationContext();
7474

7575
mUpdateManager = new CodePushUpdateManager(context.getFilesDir().getAbsolutePath());

0 commit comments

Comments
 (0)