Skip to content

Commit 9bb1252

Browse files
authored
UPDATE react-native-hms-push 6.12.0-302
1 parent 7f1eb4c commit 9bb1252

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

react-native-hms-push/android/src/main/java/com/huawei/hms/rn/push/logger/HMSLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class HMSLogger {
3838

3939
private static final String KIT = "Push";
4040
private static final String PLATFORM = "ReactNative";
41-
private static final String VERSION = "6.12.0.300";
41+
private static final String VERSION = "6.12.0.302";
4242

4343
private static final String SERVICE = "Cross-Platform";
4444

react-native-hms-push/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hmscore/react-native-hms-push-demo",
3-
"version": "6.12.0-300",
3+
"version": "6.12.0-302",
44
"scripts": {
55
"android": "react-native run-android",
66
"start": "react-native start",
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"react": "18.2.0",
12-
"react-native": "0.72.0",
13-
"@hmscore/react-native-hms-push": "6.12.0-300"
12+
"react-native": "0.72.7",
13+
"@hmscore/react-native-hms-push": "6.12.0-302"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.21.8",

react-native-hms-push/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@hmscore/react-native-hms-push",
33
"title": "React Native HMS Push Kit",
44
"description": "React Native HMS Push Kit",
5-
"version": "6.12.0-300",
5+
"version": "6.12.0-302",
66
"main": "src/index.js",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)