File tree 6 files changed +10
-5
lines changed
6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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-10-22 - v5.6.2
9
+
10
+ - Apptentive Android SDK: 5.6.1
11
+ - Apptentive iOS SDK: 5.3.1
12
+
8
13
# 2020-10-22 - v5.6.1
9
14
10
15
- Fixed missing iOS header file.
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ repositories {
32
32
33
33
dependencies {
34
34
implementation ' com.facebook.react:react-native:+'
35
- implementation ' com.apptentive:apptentive-android:5.6.0 '
35
+ implementation ' com.apptentive:apptentive-android:5.6.1 '
36
36
}
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.6.1 </string >
4
+ <string name =" apptentive_distribution_version" >5.6.2 </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.6.1 "
3
+ s . version = "5.6.2 "
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.6.1 " ;
55
+ configuration.distributionVersion = @" 5.6.2 " ;
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.6.1 " ,
3
+ "version" : " 5.6.2 " ,
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