Skip to content

Commit 16b393a

Browse files
authored
Merge pull request #90 from channel-io/develop
0.7.5
2 parents 9e54ed5 + df51e0c commit 16b393a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
# 0.7.5
2+
3+
## Update
4+
* support android channel-io 10.0.6
5+
16
# 0.7.4
27

38
## Update
49
* iOS - Fixed an issue where changed to false when unsubscribeText / unsubscribeEmail is empty
510

6-
711
# 0.7.3
812

913
## Update

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ repositories {
5555

5656
dependencies {
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.channel:plugin-android:10.0.3'
58+
api 'io.channel:plugin-android:10.0.6'
5959
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)