Skip to content

Commit 1a8903a

Browse files
authored
Merge pull request #392 from Countly/np
android np name
2 parents c838451 + df7f9cd commit 1a8903a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/ly/count/android/sdk/react/CountlyReactNative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class CountlyReactNative extends ReactContextBaseJavaModule implements Li
8686

8787
public static final String TAG = "CountlyRNPlugin";
8888
private String COUNTLY_RN_SDK_VERSION_STRING = "24.4.1";
89-
private String COUNTLY_RN_SDK_NAME = "js-rnb-android";
89+
private String COUNTLY_RN_SDK_NAME = "js-rnb-android-np";
9090

9191
private static final CountlyConfig config = new CountlyConfig();
9292
private static Countly.CountlyMessagingMode messagingMode = Countly.CountlyMessagingMode.PRODUCTION;

0 commit comments

Comments
 (0)