pda/zhuike/build.gradle

253 lines
15 KiB
Groovy
Raw Normal View History

2019-02-01 09:19:44 +08:00
apply plugin: 'com.android.application'
//apply plugin: 'com.jakewharton.butterknife'
// apply plugin: 'com.neenbedankt.android-apt'
android {
2019-05-18 23:02:33 +08:00
signingConfigs {
releaseConfig {
keyAlias 'key0'
keyPassword 'hello123'
storeFile file('E:/reading/android/asProjects/mykeystore.jks')
2019-05-18 23:02:33 +08:00
storePassword 'hello123'
}
}
2019-02-01 09:19:44 +08:00
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
2019-06-13 00:37:00 +08:00
// applicationId "com.qq.e.union.demo"
applicationId "com.novelbook.android"
2019-05-14 00:03:04 +08:00
minSdkVersion 19 //target 19 Android 4.4 以下版本仅占比4.1%
2019-02-01 09:19:44 +08:00
targetSdkVersion 28
versionCode 6
versionName "v6.0"
2019-02-01 09:19:44 +08:00
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2019-05-13 00:18:07 +08:00
2019-02-01 09:19:44 +08:00
// vectorDrawables.useSupportLibrary = true
2019-05-13 00:18:07 +08:00
2019-02-01 09:19:44 +08:00
vectorDrawables.useSupportLibrary = true
2019-02-16 23:34:42 +08:00
renderscriptTargetApi 24 //blurkit
renderscriptSupportModeEnabled true //blurkit
2019-02-15 23:48:25 +08:00
2019-05-11 23:21:57 +08:00
multiDexEnabled true //突破65535
2019-05-18 23:02:33 +08:00
manifestPlaceholders = [UMENG_CHANNEL_CALUE: "umeng"] //默认为uMeng
2019-06-19 23:23:18 +08:00
manifestPlaceholders = [MOBAPPID: "ca-app-pub-7589200066914535~9227821515"]
flavorDimensions "default" //debug时注销
2019-02-01 09:19:44 +08:00
}
buildTypes {
2019-05-11 23:21:57 +08:00
debug {
// 显示Log
buildConfigField "boolean", "LOG_DEBUG", "true"
2019-06-16 16:49:56 +08:00
buildConfigField "String", "MAIN_HOST", '"http://dg.xiaoshuofenxiang.com/api/"'
2019-06-14 23:45:09 +08:00
// buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/dg.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/d.p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\//d.r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\//d.s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\//d.n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\//d.nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\//d.u.xiaoshuofenxiang.com\\"]}"'
buildConfigField "String", "API_HOST", '""'
// buildConfigField "String", "CHANNEL",'"DEBUG"'
2019-05-11 23:21:57 +08:00
versionNameSuffix "-debug"
2019-02-01 09:19:44 +08:00
minifyEnabled false
2019-05-11 23:21:57 +08:00
zipAlignEnabled false
shrinkResources false
signingConfig signingConfigs.debug
}
release {
2019-05-20 00:06:07 +08:00
// 暂时显示Log 。。。。。。。。。。。。。。。上线时关闭
buildConfigField "boolean", "LOG_DEBUG", "true"
2019-05-11 23:21:57 +08:00
//混淆
minifyEnabled true
//Zipalign优化
zipAlignEnabled true
// 移除无用的resource文件
shrinkResources true
2019-02-01 09:19:44 +08:00
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
// versionCode 1
// versionName "v1.0"
2019-06-19 23:23:18 +08:00
/* applicationVariants.all { variant ->
2019-05-18 23:02:33 +08:00
variant.outputs.all { output ->
2019-05-11 23:21:57 +08:00
def outFile = output.outputFile
2019-05-18 23:02:33 +08:00
if (outFile != null && outFile.name.endsWith(".apk")) {
2019-05-28 23:57:05 +08:00
def fileName = "${defaultConfig.versionName}-" + "${releaseTime()}" + "-${variant.productFlavors[0].name}" + ".apk"
2019-05-24 00:33:30 +08:00
2019-05-18 23:02:33 +08:00
outputFileName = fileName;
2019-05-11 23:21:57 +08:00
}
}
2019-06-18 23:56:42 +08:00
}*/
2019-05-18 23:02:33 +08:00
signingConfig signingConfigs.releaseConfig
}
2019-05-11 23:21:57 +08:00
}
2019-05-18 23:02:33 +08:00
//渠道
2019-06-19 23:23:18 +08:00
/* productFlavors {
2019-05-18 23:02:33 +08:00
// googleplay {}
2019-06-19 23:23:18 +08:00
huawei {
applicationId "com.zhushou.yueshu"
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
}
google {
applicationId "com.zhushou.yueshu"
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
}
2019-06-04 00:13:32 +08:00
ali {
2019-06-19 23:23:18 +08:00
applicationId "com.zhushou.yueshu"
2019-06-14 00:24:34 +08:00
versionName "v1.0"
2019-06-14 23:45:09 +08:00
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
2019-06-14 00:24:34 +08:00
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
2019-06-04 00:13:32 +08:00
}
2019-06-14 00:24:34 +08:00
qq {
2019-06-19 23:23:18 +08:00
applicationId "com.zhushou.yueshu"
2019-06-14 00:24:34 +08:00
versionName "v1.0"
2019-06-14 23:45:09 +08:00
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
2019-06-14 00:24:34 +08:00
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
//buildConfigField "String", "API_HOST", '""'
2019-06-04 00:13:32 +08:00
2019-06-14 00:24:34 +08:00
}
2019-06-14 23:45:09 +08:00
xiaomi {
applicationId "com.zhushou.yueshu"
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
2019-06-01 22:01:34 +08:00
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
2019-06-14 23:45:09 +08:00
2019-06-01 22:01:34 +08:00
}
2019-06-19 23:23:18 +08:00
2019-06-14 23:45:09 +08:00
kuan {
2019-06-19 23:23:18 +08:00
applicationId "com.zhushou.yueshu"
2019-06-14 23:45:09 +08:00
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
2019-05-18 23:02:33 +08:00
}
2019-06-16 16:01:27 +08:00
m360 {
applicationId "com.zhushou.yueshu"
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
}
baidu {
applicationId "com.zhushou.yueshu"
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
}
m91 {
applicationId "com.zhushou.yueshu"
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
2019-06-14 23:45:09 +08:00
2019-06-16 16:01:27 +08:00
}
anzhi {
applicationId "com.zhushou.yueshu"
versionName "v1.0"
buildConfigField "String", "MAIN_HOST", '"http://g.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
}
wzzw {
2019-06-14 23:45:09 +08:00
applicationId "com.novelbook.android.wzzw"
versionName "v-wzzw-5.0"
buildConfigField "String", "MAIN_HOST", '"http://chwzzw.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/wzzw.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
// buildConfigField "String", "API_HOST", '""'
}
bo {
applicationId "com.novelbook.android.bo"
versionName "v-bo-5.0"
buildConfigField "String", "MAIN_HOST", '"http://chbo.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/bo.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
// buildConfigField "String", "API_HOST", '""'
}
g {
applicationId "com.novelbook.android.g"
versionName "v-g-5.0"
buildConfigField "String", "MAIN_HOST", '"http://chg.xiaoshuofenxiang.com/api/"'
buildConfigField "String", "API_HOST", '"{\\"master\\":[\\"http:\\\\/\\\\/g.xiaoshuofenxiang.com\\"],\\"page\\":[\\"http:\\\\/\\\\/p.xiaoshuofenxiang.com\\"],\\"report\\":[\\"http:\\\\/\\\\/r.xiaoshuofenxiang.com\\"],\\"search\\":[\\"http:\\\\/\\\\/s.xiaoshuofenxiang.com\\"],\\"novel\\":[\\"http:\\\\/\\\\/n.xiaoshuofenxiang.com\\"],\\"novelsbydot\\":[\\"http:\\\\/\\\\/nbd.xiaoshuofenxiang.com\\"],\\"user\\":[\\"http:\\\\/\\\\/u.xiaoshuofenxiang.com\\"]}"'
// buildConfigField "String", "API_HOST", '""'
}
2019-05-18 23:02:33 +08:00
//批量配置
productFlavors.all { flavor ->
flavor.manifestPlaceholders = [UMENG_CHANNEL_VALUE: name]
}
2019-05-11 23:21:57 +08:00
2019-06-18 23:56:42 +08:00
}*/
2019-05-11 23:21:57 +08:00
android {
lintOptions {
abortOnError false
2019-02-01 09:19:44 +08:00
}
}
2019-02-25 21:16:15 +08:00
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
2019-02-01 09:19:44 +08:00
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
2019-05-13 00:18:07 +08:00
}
2019-05-27 23:11:41 +08:00
2019-05-13 00:18:07 +08:00
def releaseTime() {
2019-05-18 23:02:33 +08:00
return new Date().format("yyyyMMdd", TimeZone.getTimeZone("UTC"))
2019-05-13 00:18:07 +08:00
}
2019-05-18 23:02:33 +08:00
2019-02-01 09:19:44 +08:00
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'android.arch.lifecycle:extensions:1.1.1'
2019-02-01 22:48:32 +08:00
implementation 'com.google.android.gms:play-services-plus:16.0.0'
2019-02-01 09:19:44 +08:00
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
api 'com.jakewharton:butterknife:9.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0'
// api 'com.google.daggerdagger:2.9'
// annotationProcessor 'com.google.dagger:dagger-compiler:2.9'
// api 'com.google.dagger:dagger:2.11'
// annotationProcessor 'com.google.dagger:dagger-compiler:2.11'
implementation 'com.youth.banner:banner:1.4.10'
api 'com.github.bumptech.glide:glide:4.6.1'
implementation 'com.google.code.gson:gson:2.8.5'
2019-02-15 23:48:25 +08:00
// implementation 'com.viewpagerindicator:library:2.4.1'
//implementation 'com.github.auv1107:tablayout-android:-SNAPSHOT'
implementation 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar'
2019-02-16 23:34:42 +08:00
implementation 'io.alterac.blurkit:blurkit:1.1.1'
2019-02-25 21:16:15 +08:00
implementation 'org.litepal.android:java:3.0.0'
api 'com.astuetz:pagerslidingtabstrip:1.0.1'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.7'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.14.0'
implementation 'com.packetzoom:pz-okhttp3-interceptor:3.2.43'
api 'io.reactivex.rxjava2:rxandroid:2.1.0'
2019-04-12 23:02:31 +08:00
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'jp.wasabeef:glide-transformations:2.0.1'
implementation 'com.timqi.collapsibletextview:library:1.1.2'
2019-04-20 00:26:49 +08:00
// implementation 'com.ms-square:expandableTextView:0.1.4'
// implementation 'com.github.tangguna:SearchBox:1.0.1'
implementation 'com.github.chengzipi:Searchbox:v1.0.0'
2019-04-23 22:45:08 +08:00
implementation 'com.github.ixiaow:multilayout:1.0.0'
2019-05-13 00:18:07 +08:00
implementation 'com.umeng.umsdk:analytics:8.0.2'
implementation 'com.umeng.umsdk:common:2.0.2'
2019-05-21 23:30:59 +08:00
implementation 'q.rorbin:VerticalTabLayout:1.2.5'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
implementation(name: 'open_ad_sdk', ext: 'aar')
2019-06-01 22:01:34 +08:00
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.6'
2019-06-18 23:56:42 +08:00
implementation 'com.google.android.gms:play-services-ads:17.2.1'
2019-02-01 09:19:44 +08:00
}