Skip to content

Commit 2e254cf

Browse files
ByteZhang1024LcTerryhuangshunilcTerryweiry
authored
Feat/update jpush (#2)
* 更新JCore332 * 新增:testCountryCode API * 遗漏 * 恢复 * 更新版本2.0.5 * 修复奔溃更新版本2.0.6 * 更新JCore 3.3.6和版本2.0.6 * 去掉PACKAGE_ADDED 和PACKAGE_REMOVED * 版本号2.0.8 * 更新JCore 420 +版本号2.0.9 * 【iOS】更新jcore版本为4.2.0 * 对外暴露enableAutoWakeup,版本号2.1.0 * 更新JCore 423版本,对外版本号2.1.1 * 去掉:android.net.conn.CONNECTIVITY_CHANGE ,对外版本号2.1.2 * 更新JCore 4.2.4 ,对外版本号2.1.3 * 更新JCore 4.4.0 * iOS 更新SDK到4.4.0 * 更新版本号:2.1.4 * 更新版本号:2.1.5 +JCore 4.5.3 * 更新版本号:2.1.6 +JCore 4.5.7 * 更新iOS jcore为462版本,更新插件版本为2.1.4 * 修改版本号为2.1.8 * 更新版本号:2.1.9+适配 RN 0.74 * 更新版本号:2.2.0+更新JCore 470 * iOS 更新版本为4.7.0 ,修改插件版本号为2.2.0 * 更新版本号为2.2.1 * iOS更新jcore为4.8.0 * 更新版本号:2.2.2+更新JCore 480 * 开放setCountryCode+ 2.2.3版本 * 2.2.3版本 * 升级jcore 4.8.8 * 升级iOS jcore490 * 升级jcore 4.9.0 * 升级版本2.2.5 * 新增ts 接口+ 升级版本2.2.6 * 升级iOS jcore501 , 修改 JCore.podsepc JCoreRN.podsepc. 更新插件版本号为 2.2.7 * 修改版本号为2.2.8 * android升级jcore 5.0.0 + 版本号2.2.9 * 升级安卓jcore5.0.3,新增enableSDKLocalLog和readNewLogs方法。修改插件版本号为2.3.0 * 新增cursor快速更新模版文档 * 2.3.1: android ios jcore 5.1.0 * 2.3.2: android ios jcore 5.2.0 * chore: update JCore --------- Co-authored-by: Lcterry <lx798465@gmail.com> Co-authored-by: huangshuni <15889638723@163.com> Co-authored-by: lcTerry <longc@jiguang.cn> Co-authored-by: weiry <weiry@jpush.cn>
1 parent aa463b7 commit 2e254cf

File tree

29 files changed

+407
-25
lines changed

29 files changed

+407
-25
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
example/
2+
cursor.md

JCore.podspec renamed to JCoreRN.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pjson = JSON.parse(File.read('package.json'))
33

44
Pod::Spec.new do |s|
55

6-
s.name = "JCore"
6+
s.name = "JCoreRN"
77
s.version = pjson["version"]
88
s.homepage = pjson["homepage"]
99
s.summary = pjson["description"]
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/jpush/jcore-react-native.git", :tag => "#{s.version}" }
1616
s.source_files = 'ios/RCTJCoreModule/*.{h,m}'
1717
s.preserve_paths = "**/*.js"
18-
s.vendored_libraries = "ios/RCTJCoreModule/*.a"
18+
s.vendored_frameworks = "ios/RCTJCoreModule/*.xcframework"
1919
s.libraries = 'z','resolv', 'sqlite3', 'c++.1'
2020
s.dependency 'React'
2121
end

android/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ def safeExtGet(prop, fallback) {
55
}
66

77
android {
8-
compileSdkVersion safeExtGet('compileSdkVersion', 27)
8+
compileSdkVersion safeExtGet('compileSdkVersion', 34)
9+
namespace 'cn.jiguang.plugins.core'
910
defaultConfig {
10-
minSdkVersion safeExtGet('minSdkVersion', 16)
11-
targetSdkVersion safeExtGet('targetSdkVersion', 27)
11+
minSdkVersion safeExtGet('minSdkVersion', 23)
12+
targetSdkVersion safeExtGet('targetSdkVersion', 34)
1213
versionCode 1
1314
versionName "1.0"
1415
}
-5.7 KB
Binary file not shown.
-13.5 KB
Binary file not shown.
-17.5 KB
Binary file not shown.
-595 KB
Binary file not shown.
733 KB
Binary file not shown.

android/libs/mips/libjcore330.so

-5.55 KB
Binary file not shown.

android/libs/mips64/libjcore330.so

-6.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)