Skip to content

Commit

Permalink
Merge pull request #72 from LcTerry/master
Browse files Browse the repository at this point in the history
更新版本号:2.1.9+适配 RN 0.74
  • Loading branch information
LcTerry authored May 31, 2024
2 parents 7bed2f0 + 5b8bc6e commit 6416b2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ def safeExtGet(prop, fallback) {
}

android {
compileSdkVersion safeExtGet('compileSdkVersion', 27)
compileSdkVersion safeExtGet('compileSdkVersion', 34)
namespace 'cn.jiguang.plugins.core'
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 27)
minSdkVersion safeExtGet('minSdkVersion', 23)
targetSdkVersion safeExtGet('targetSdkVersion', 34)
versionCode 1
versionName "1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.jiguang.plugins.core">
>

<application>

Expand Down
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" : "2.1.8",
"version" : "2.1.9",
"repository" : {
"type": "git",
"url": "https://github.com/jpush/jcore-react-native"
Expand Down

0 comments on commit 6416b2f

Please sign in to comment.