Skip to content

Commit

Permalink
android-升级sdk到2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanq committed Apr 16, 2019
1 parent 0d71d53 commit 04b04e9
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
// applicationId "com.test.josh"
applicationId "cn.jiguang.auth"
applicationId "com.test.josh"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand All @@ -109,22 +108,10 @@ android {
}

manifestPlaceholders = [
// JPUSH_APPKEY: "c27b85df1b4fb86a1d507a50", //在此替换你的APPKey
// JPUSH_APPKEY: "cd15aee236985a832bfd3bc5", //在此替换你的APPKey
// JPUSH_APPKEY: "010308d261588d34e07603ea", //在此替换你的APPKey
// JPUSH_APPKEY: "6c6df7f27820abd17f1488d7", //在此替换你的APPKey
JPUSH_APPKEY: "eb97394eb2c8978929c009ae", //在此替换你的APPKey
JPUSH_APPKEY: "c27b85df1b4fb86a1d507a50", //在此替换你的APPKey
JPUSH_CHANNEL: "developer-default" //应用渠道号
]
}
signingConfigs {
debug {
storeFile file("./debug.keystore")
storePassword "android"
keyAlias "androiddebugkey"
keyPassword "android"
}
}
splits {
abi {
reset()
Expand Down

0 comments on commit 04b04e9

Please sign in to comment.