Skip to content

Commit

Permalink
Update Android v290,iOS v271
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Aug 2, 2021
1 parent 897cdc8 commit e0232c8
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file renamed android/libs/armeabi/libjcore282.so → android/libs/armeabi/libjcore290.so
100644 → 100755
Binary file not shown.
Binary file removed android/libs/jcore-android-2.8.2.jar
Binary file not shown.
Binary file added android/libs/jcore-android-2.9.0.jar
Binary file not shown.
Binary file renamed android/libs/mips/libjcore282.so → android/libs/mips/libjcore290.so
100644 → 100755
Binary file not shown.
Binary file renamed android/libs/mips64/libjcore282.so → android/libs/mips64/libjcore290.so
100644 → 100755
Binary file not shown.
Binary file renamed android/libs/x86/libjcore282.so → android/libs/x86/libjcore290.so
100644 → 100755
Binary file not shown.
Binary file renamed android/libs/x86_64/libjcore282.so → android/libs/x86_64/libjcore290.so
100644 → 100755
Binary file not shown.
3 changes: 2 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
</intent-filter>
</service>

<service android:name="cn.jiguang.plugins.service.JCoreModuleService">
<service android:name="cn.jiguang.plugins.service.JCoreModuleService"
android:exported="true">
<intent-filter>
<action android:name="cn.jiguang.user.service.action" />
</intent-filter>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author" : "wicked.tc130",
"license" : "ISC",
"main" : "index.js",
"version" : "1.9.2",
"version" : "1.9.3",
"repository" : {
"type": "git",
"url": "https://github.com/jpush/jcore-react-native"
Expand Down

3 comments on commit e0232c8

@yinjun322
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ios/RCTJCoreModule/libjcore-ios-2.6.2.a → ios/RCTJCoreModule/jcore-ios-2.7.1.a

@yinjun322
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jcore-ios-2.7.1.a 应该重命名 libjcore-ios-2.7.1.a 才对啊

@JoshLipan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jcore-ios-2.7.1.a 应该重命名 libjcore-ios-2.7.1.a 才对啊

已处理,更新v194

Please sign in to comment.