Skip to content

Commit 28813d7

Browse files
authored
Merge pull request #91 from zoyi-jin/0.7.6
0.7.6
2 parents df51e0c + d4269b5 commit 28813d7

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.7.6
2+
3+
## Bug Fixes
4+
* Fix RN issue - https://github.com/facebook/react-native/issues/35210
5+
16
# 0.7.5
27

38
## Update

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ repositories {
5454
}
5555

5656
dependencies {
57-
implementation 'com.facebook.react:react-native:+'
57+
implementation 'com.facebook.react:react-native'
5858
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.5",
3+
"version": "0.7.6",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)