File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
android/src/main/java/ly/count/android/sdk/react Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## X.X.X
2-
1+ ## 23.10.0
32* Fixed a bug where segment provided to 'logException' was ignored in Android devices
3+ * Fixed a bug where bridged SDK logs were not printing
44
55* Removed the deprecated 'setViewTracking' method. (No replacement)
66* Removed the deprecated 'showFeedbackPopup' method. (replaced with 'presentRatingWidgetWithID')
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CountlyReactNative'
3- s . version = '23.8.1 '
3+ s . version = '23.10.0 '
44 s . license = {
55 :type => 'COMMUNITY' ,
66 :text => <<-LICENSE
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public String toString() {
8888public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {
8989
9090 public static final String TAG = "CountlyRNPlugin" ;
91- private String COUNTLY_RN_SDK_VERSION_STRING = "23.8.1 " ;
91+ private String COUNTLY_RN_SDK_VERSION_STRING = "23.10.0 " ;
9292 private String COUNTLY_RN_SDK_NAME = "js-rnb-android" ;
9393
9494 private static final CountlyConfig config = new CountlyConfig ();
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ @interface CountlyFeedbackWidget ()
2424+ (CountlyFeedbackWidget *)createWithDictionary : (NSDictionary *)dictionary ;
2525@end
2626
27- NSString *const kCountlyReactNativeSDKVersion = @" 23.8.1 " ;
27+ NSString *const kCountlyReactNativeSDKVersion = @" 23.10.0 " ;
2828NSString *const kCountlyReactNativeSDKName = @" js-rnb-ios" ;
2929
3030CLYPushTestMode const CLYPushTestModeProduction = @" CLYPushTestModeProduction" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " countly-sdk-react-native-bridge" ,
3- "version" : " 23.8.1 " ,
3+ "version" : " 23.10.0 " ,
44 "author" :
" Countly <[email protected] > (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