Skip to content

Commit 04b04e9

Browse files
author
zhanq
committed
android-升级sdk到2.1.0
1 parent 0d71d53 commit 04b04e9

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ android {
9898
buildToolsVersion rootProject.ext.buildToolsVersion
9999

100100
defaultConfig {
101-
// applicationId "com.test.josh"
102-
applicationId "cn.jiguang.auth"
101+
applicationId "com.test.josh"
103102
minSdkVersion rootProject.ext.minSdkVersion
104103
targetSdkVersion rootProject.ext.targetSdkVersion
105104
versionCode 1
@@ -109,22 +108,10 @@ android {
109108
}
110109

111110
manifestPlaceholders = [
112-
// JPUSH_APPKEY: "c27b85df1b4fb86a1d507a50", //在此替换你的APPKey
113-
// JPUSH_APPKEY: "cd15aee236985a832bfd3bc5", //在此替换你的APPKey
114-
// JPUSH_APPKEY: "010308d261588d34e07603ea", //在此替换你的APPKey
115-
// JPUSH_APPKEY: "6c6df7f27820abd17f1488d7", //在此替换你的APPKey
116-
JPUSH_APPKEY: "eb97394eb2c8978929c009ae", //在此替换你的APPKey
111+
JPUSH_APPKEY: "c27b85df1b4fb86a1d507a50", //在此替换你的APPKey
117112
JPUSH_CHANNEL: "developer-default" //应用渠道号
118113
]
119114
}
120-
signingConfigs {
121-
debug {
122-
storeFile file("./debug.keystore")
123-
storePassword "android"
124-
keyAlias "androiddebugkey"
125-
keyPassword "android"
126-
}
127-
}
128115
splits {
129116
abi {
130117
reset()

0 commit comments

Comments
 (0)