Skip to content

Commit

Permalink
Merge pull request #392 from Countly/np
Browse files Browse the repository at this point in the history
android np name
  • Loading branch information
turtledreams authored Sep 26, 2024
2 parents c838451 + df7f9cd commit 1a8903a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class CountlyReactNative extends ReactContextBaseJavaModule implements Li

public static final String TAG = "CountlyRNPlugin";
private String COUNTLY_RN_SDK_VERSION_STRING = "24.4.1";
private String COUNTLY_RN_SDK_NAME = "js-rnb-android";
private String COUNTLY_RN_SDK_NAME = "js-rnb-android-np";

private static final CountlyConfig config = new CountlyConfig();
private static Countly.CountlyMessagingMode messagingMode = Countly.CountlyMessagingMode.PRODUCTION;
Expand Down

0 comments on commit 1a8903a

Please sign in to comment.