File tree Expand file tree Collapse file tree 6 files changed +20
-17
lines changed
android/src/main/java/ly/count/android/sdk/react Expand file tree Collapse file tree 6 files changed +20
-17
lines changed Original file line number Diff line number Diff line change
1
+ ## 23.2.2
2
+ * Fixed bug that caused an issue in the deprecated init call
3
+
1
4
## 23.2.1
2
5
* Default max segmentation value count changed from 30 to 100
3
6
* Fixed a bug on Android devices that prevented device ID to be changed when there is no consent given
12
15
* Added 'getDeviceIDType' call to fetch the device ID type.
13
16
* Fixed a bug in IOS SDK that failed to correctly process temporary device id.
14
17
* Deprecated the following SDK calls:
15
- - 'init'
16
- - 'pushTokenType'
17
- - 'configureIntentRedirectionCheck'
18
- - 'setLocationInit'
19
- - 'enableCrashReporting'
20
- - 'enableParameterTamperingProtection'
21
- - 'setRequiresConsent'
22
- - 'giveConsentInit'
23
- - 'setStarRatingDialogTexts'
24
- - 'enableApm'
25
- - 'enableAttribution'
26
- - 'recordAttributionID'
18
+ * 'init'
19
+ * 'pushTokenType'
20
+ * 'configureIntentRedirectionCheck'
21
+ * 'setLocationInit'
22
+ * 'enableCrashReporting'
23
+ * 'enableParameterTamperingProtection'
24
+ * 'setRequiresConsent'
25
+ * 'giveConsentInit'
26
+ * 'setStarRatingDialogTexts'
27
+ * 'enableApm'
28
+ * 'enableAttribution'
29
+ * 'recordAttributionID'
27
30
28
31
* Updated underlying Android SDK to version 22.09.3
29
32
* Underlying iOS SDK version is 22.06.2
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'CountlyReactNative'
3
- s . version = '23.2.1 '
3
+ s . version = '23.2.2 '
4
4
s . license = {
5
5
:type => 'COMMUNITY' ,
6
6
:text => <<-LICENSE
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public String toString() {
83
83
public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {
84
84
85
85
public static final String TAG = "CountlyRNPlugin" ;
86
- private String COUNTLY_RN_SDK_VERSION_STRING = "23.2.1 " ;
86
+ private String COUNTLY_RN_SDK_VERSION_STRING = "23.2.2 " ;
87
87
private String COUNTLY_RN_SDK_NAME = "js-rnb-android" ;
88
88
89
89
private static final CountlyConfig config = new CountlyConfig ();
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rm App.js
11
11
curl https://raw.githubusercontent.com/Countly/countly-sdk-react-native-bridge/master/example/App.js --output App.js
12
12
curl https://raw.githubusercontent.com/Countly/countly-sdk-react-native-bridge/master/example/Example.js --output Example.js
13
13
14
- yarn add countly-sdk-react-native-bridge@23.2.1
14
+ yarn add countly-sdk-react-native-bridge@23.2.2
15
15
16
16
cd ./ios
17
17
pod install
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ @interface CountlyFeedbackWidget ()
24
24
+ (CountlyFeedbackWidget *)createWithDictionary : (NSDictionary *)dictionary ;
25
25
@end
26
26
27
- NSString *const kCountlyReactNativeSDKVersion = @" 23.2.1 " ;
27
+ NSString *const kCountlyReactNativeSDKVersion = @" 23.2.2 " ;
28
28
NSString *const kCountlyReactNativeSDKName = @" js-rnb-ios" ;
29
29
30
30
CLYPushTestMode const CLYPushTestModeProduction = @" CLYPushTestModeProduction" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " countly-sdk-react-native-bridge" ,
3
- "version" : " 23.2.1 " ,
3
+ "version" : " 23.2.2 " ,
4
4
"author" : " Countly <hello@count.ly> (https://count.ly/)" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/Countly/countly-sdk-react-native-bridge/issues"
You can’t perform that action at this time.
0 commit comments