File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
android/src/main/java/ly/count/android/sdk/react Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44 * ` .content.setZoneTimerInterval ` to set the frequency of content update calls in seconds.
55 * ` .content.setGlobalContentCallback ` to provide a callback that is called when a content is closed.
66
7-
87* Android Specific Changes:
98 * Improved the custom CertificateTrustManager to handle domain-specific configurations by supporting hostname-aware checkServerTrusted calls.
109 * Mitigated an issue where after closing a content, they were not being fetched again.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CountlyReactNative'
3- s . version = '25.1.0 '
3+ s . version = '25.1.1 '
44 s . license = {
55 :type => 'COMMUNITY' ,
66 :text => <<-LICENSE
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public String toString() {
8787public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {
8888
8989 public static final String TAG = "CountlyRNPlugin" ;
90- private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.0 " ;
90+ private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.1 " ;
9191 private String COUNTLY_RN_SDK_NAME = "js-rnb-android-np" ;
9292
9393 private static final CountlyConfig config = new CountlyConfig ();
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ + (CountlyFeedbackWidget *)createWithDictionary:(NSDictionary *)dictionary;
2727
2828BOOL BUILDING_WITH_PUSH_DISABLED = true ;
2929
30- NSString *const kCountlyReactNativeSDKVersion = @" 25.1.0 " ;
30+ NSString *const kCountlyReactNativeSDKVersion = @" 25.1.1 " ;
3131NSString *const kCountlyReactNativeSDKName = @" js-rnb-ios" ;
3232NSString *const kCountlyReactNativeSDKNameNoPush = @" js-rnbnp-ios" ;
3333
Original file line number Diff line number Diff line change 11{
22 "name" : " countly-sdk-react-native-bridge-np" ,
3- "version" : " 25.1.0 " ,
3+ "version" : " 25.1.1 " ,
44 "author" : " Countly <hello@count.ly> (https://count.ly/)" ,
55 "bugs" : {
66 "url" : " https://github.com/Countly/countly-sdk-react-native-bridge/issues"
You can’t perform that action at this time.
0 commit comments