-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.gradle
48 lines (47 loc) · 1.29 KB
/
config.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
ext {
android = [
compileSdkVersion: 26,
buildToolsVersion: "26.0.0",
minSdkVersion : 15,
targetSdkVersion : 25,
versionCode : 1,
versionName : "1.0.0",
applicationId : "com.umaman.laiyifen",
isModule : true,
loginIsApp : false,
userCenterIsApp : false,
tradeIsApp : false,
guideIsApp : false,
isDebug : "true",
scheme : "\"xpai\""
]
//支付
wxpay = [
APP_ID: "wxfac2b15cf7763717"
]
//推送
push = [
JPUSH_APPKEY : "160ed05983e11a5e2e6a772d",
JPUSH_CHANNEL: "default"
]
//分享配置
QQ = [
AppId : "100371282",
AppKey: "aed9b0303e3ed1e27bae87c33761161d"
]
QZone = [
AppId : "100371282",
AppKey: "aed9b0303e3ed1e27bae87c33761161d"
]
Wechat = [
AppId : "wx4868b35061f87885",
AppSecret: "64020361b8ec4c99936c0e3999a9f249"
]
WechatMoments = [
AppId : "wx4868b35061f87885",
AppSecret: "64020361b8ec4c99936c0e3999a9f249"
]
dependencies = [
"supportVersion": "26.+"
]
}