@kafudev/jcore-react-native
Advanced tools
Sorry, the diff of this file is not supported yet
| #Mon Dec 06 17:27:55 CST 2021 | ||
| gradle.version=7.1.1 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
@@ -8,8 +8,11 @@ apply plugin: 'com.android.library' | ||
| android { | ||
| compileSdkVersion safeExtGet('compileSdkVersion', 28) | ||
| compileSdkVersion 29 | ||
| buildToolsVersion "29.0.0" | ||
| defaultConfig { | ||
| minSdkVersion safeExtGet('minSdkVersion', 21) | ||
| targetSdkVersion safeExtGet('targetSdkVersion', 28) | ||
| versionCode 1 | ||
| versionName "1.0" | ||
| minSdkVersion 21 | ||
| targetSdkVersion 29 | ||
| versionCode 1 | ||
| versionName "1.0" | ||
| } | ||
@@ -16,0 +19,0 @@ sourceSets { |
@@ -19,3 +19,2 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
| <intent-filter> | ||
| <action android:name="android.intent.action.USER_PRESENT" /> | ||
| <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> | ||
@@ -42,6 +41,17 @@ </intent-filter> | ||
| <!-- <service android:name="cn.jiguang.plugins.service.JCoreModuleService" | ||
| android:exported="true"> | ||
| <intent-filter> | ||
| <action android:name="cn.jiguang.user.service.action" /> | ||
| </intent-filter> | ||
| </service> --> | ||
| <!--(jpush|jmessage)_config_start,jpush和jmessage公用的组件--> | ||
| <!-- Required SDK 核心功能 --> | ||
| <!-- 可配置android:process参数将PushService放在其他进程中 --> | ||
| <service android:name="cn.jpush.android.service.PushService" android:enabled="true" android:exported="false" android:process=":pushcore"> | ||
| <service | ||
| android:name="cn.jpush.android.service.PushService" | ||
| android:enabled="true" | ||
| android:exported="false" | ||
| android:process=":pushcore"> | ||
| <intent-filter> | ||
@@ -57,27 +67,36 @@ <action android:name="cn.jpush.android.intent.REGISTER" /> | ||
| <!-- 若不启用该功能可删除该组件,或把 enabled 设置成 false ;App 不会被其他 App 拉起,但会拉起其他的 App。 --> | ||
| <service android:name="cn.jpush.android.service.DaemonService" android:enabled="true" android:exported="true"> | ||
| <service | ||
| android:name="cn.jpush.android.service.DaemonService" | ||
| android:enabled="true" | ||
| android:exported="true"> | ||
| <intent-filter> | ||
| <action android:name="cn.jpush.android.intent.DaemonService" /> | ||
| <category android:name="${applicationId}" /> | ||
| <category android:name="${JPUSH_PKGNAME}" /> | ||
| </intent-filter> | ||
| </service> | ||
| <!-- 可选,如果使用静态Activity方式拉起,该组件必须声明 --> | ||
| <activity android:name="cn.jpush.android.service.DActivity" android:enabled="true" android:exported="true" android:taskAffinity="jpush.custom" android:theme="@android:style/Theme.Translucent.NoTitleBar"> | ||
| <activity | ||
| android:name="cn.jpush.android.service.DActivity" | ||
| android:enabled="true" | ||
| android:exported="true" | ||
| android:taskAffinity="jpush.custom" | ||
| android:theme="@android:style/Theme.Translucent.NoTitleBar"> | ||
| <intent-filter> | ||
| <action android:name="cn.jpush.android.intent.DActivity" /> | ||
| <category android:name="${applicationId}" /> | ||
| <category android:name="${JPUSH_PKGNAME}" /> | ||
| </intent-filter> | ||
| </activity> | ||
| <!-- Required SDK核心功能 --> | ||
| <receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true"> | ||
| <receiver | ||
| android:name="cn.jpush.android.service.PushReceiver" | ||
| android:enabled="true" | ||
| android:exported="false"> | ||
| <intent-filter android:priority="1000"> | ||
| <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <!-- Required 显示通知栏 --> | ||
| <category android:name="${applicationId}" /> | ||
| <category android:name="${JPUSH_PKGNAME}" /> | ||
| </intent-filter> | ||
| <intent-filter> | ||
| <action android:name="android.intent.action.USER_PRESENT" /> | ||
| <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> | ||
@@ -95,3 +114,5 @@ </intent-filter> | ||
| <!-- Required SDK核心功能 --> | ||
| <receiver android:name="cn.jpush.android.service.AlarmReceiver" android:exported="false" /> | ||
| <receiver | ||
| android:name="cn.jpush.android.service.AlarmReceiver" | ||
| android:exported="false" /> | ||
| <!--(jpush|jmessage)_config_end--> | ||
@@ -104,5 +125,5 @@ | ||
| </service> | ||
| </application> | ||
| </manifest> |
+1
-1
@@ -8,3 +8,3 @@ { | ||
| "main" : "index.js", | ||
| "version" : "2.0.9", | ||
| "version" : "2.0.10", | ||
| "repository" : { | ||
@@ -11,0 +11,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
58988729
19.55%38
35.71%