File tree 5 files changed +10
-4
lines changed
android/src/main/res/values
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This document lets you know what has changed in the React Native module. For cha
5
5
- [ Android Changelog] ( https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md )
6
6
- [ iOS Changelog] ( https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md )
7
7
8
+ # 2020-09-04 - v5.5.3
9
+
10
+ - Android 11 support.
11
+ - Apptentive Android SDK: 5.5.4
12
+ - Apptentive iOS SDK: 5.2.14
13
+
8
14
# 2020-08-07 - v5.5.2
9
15
10
16
- iOS module now resolves promises for methods that don't return a value.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
<string name =" apptentive_distribution" >React Native</string >
4
- <string name =" apptentive_distribution_version" >5.5.2 </string >
4
+ <string name =" apptentive_distribution_version" >5.5.3 </string >
5
5
</resources >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "apptentive-react-native"
3
- s . version = "5.5.2 "
3
+ s . version = "5.5.3 "
4
4
s . summary = "Apptentive SDK module for React Native"
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ - (dispatch_queue_t)methodQueue
52
52
if (configuration) {
53
53
configuration.appID = configurationDictionary[@" appleID" ];
54
54
configuration.distributionName = @" React Native" ;
55
- configuration.distributionVersion = @" 5.5.2 " ;
55
+ configuration.distributionVersion = @" 5.5.3 " ;
56
56
[Apptentive registerWithConfiguration: configuration];
57
57
58
58
[[NSNotificationCenter defaultCenter ] addObserver: self selector: @selector (messageCenterUnreadCountChangedNotification: ) name: ApptentiveMessageCenterUnreadCountChangedNotification object: nil ];
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apptentive-react-native" ,
3
- "version" : " 5.5.2 " ,
3
+ "version" : " 5.5.3 " ,
4
4
"description" : " React Native Module for Apptentive SDK" ,
5
5
"main" : " js/index.js" ,
6
6
"types" : " js/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments