File tree Expand file tree Collapse file tree
src/main/java/com/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ android {
3030 }
3131
3232 defaultConfig {
33- applicationId " com.jmessage.sdk"
33+ applicationId " com.jmessage.sdk" // 在此替换你的applicationId
3434 minSdkVersion rootProject. ext. minSdkVersion
3535 targetSdkVersion rootProject. ext. targetSdkVersion
3636 versionCode 1
3737 versionName " 1.0"
3838 manifestPlaceholders = [
3939 JPUSH_APPKEY : " 129c21dc4cb5e6f6de194003" , // 在此替换你的APPKey
40- JPUSH_CHANNEL : " default" // 在此替换你的channel
40+ JPUSH_CHANNEL : " default" // 在此替换你的channel
4141 ]
4242 }
4343 splits {
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public boolean getUseDeveloperSupport() {
2424 protected List <ReactPackage > getPackages () {
2525 @ SuppressWarnings ("UnnecessaryLocalVariable" )
2626 List <ReactPackage > packages = new PackageList (this ).getPackages ();
27+ //RN0.60以下需要打开,注意导包JPushPackage
2728 //packages.add(new JPushPackage());
2829 return packages ;
2930 }
You can’t perform that action at this time.
0 commit comments