Skip to content

Commit 0ca2e32

Browse files
authored
Merge pull request #188 from channel-io/develop
0.12.3
2 parents 951fdd8 + 67fcd4f commit 0ca2e32

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.12.3
2+
3+
## Update
4+
* support android channel-io 13.1.1
5+
16
# 0.12.2
27

38
## Update

android/build.gradle

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

5757
dependencies {
5858
implementation 'com.facebook.react:react-native'
59-
api 'io.channel:plugin-android:13.1.0'
59+
api 'io.channel:plugin-android:13.1.1'
6060
}

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.12.2",
3+
"version": "0.12.3",
44
"description": "react native module for channel io",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)