-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathconfig.gradle
executable file
·137 lines (132 loc) · 8.73 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
ext {
android = [
compileSdkVersion: 28,
minSdkVersion : 21,
targetSdkVersion : 28,
versionCode : 17,
versionName : "1.9.5",
dbVersion : 2
]
dependVersion = [
support : "28.0.0",
retrofit : "2.5.0",
okhttp : "3.14.1",
rxandroid : "2.1.1",
rxjava : "2.2.8",
dagger2 : "2.22.1",
butterknife : "10.1.0",
glide : "4.9.0",
glideTransformations : "4.0.1",
MTRVA : "2.5.0",
arrowVersion : "1.0.0",
javaxAnnotationVersion: "1.0",
javaxInjectVersion : "1",
logger : "2.2.0",
statusbarutil : "1.5.1",
pickerdialog : "1.1.0",
tray : "0.12.0",
circleimageview : "2.1.0",
niceVieoPlayer : "v2.2",
gson : "2.8.5",
cardslideview : "1.4.2",
leakcanary : "1.6.3",
fastjson : "1.1.71",
weex : "0.20.3.0-beta",
materialsearchview : "1.4.0",
wavesidebar : "1.3",
tinypinyin : "2.0.3",
shimmer : "0.1.0@aar",
gpuimage : "2.0.3",
lottie : "2.5.4",
permission : "4.0.0",
photoview : "2.1.3",
richtext : "3.0.7",
ucrop : "2.2.2-native",
sonic : "3.1.0",
zxing : "3.6.0",
pgyer : "3.0.3",
itemDecoration : "0.3.0",
roundedimageview : "2.3.0",
longImage : "3.10.0",
switchButton : "0.0.3@aar",
constraintlayout : "2.0.0-alpha5",
appcompat : "1.1.0-alpha04",
androidx : "1.0.0",
multidex : "2.0.1",
greendao : "3.2.2",
navigation : "1.0.0",
cookie : "v1.0.1",
]
dataDependencies = [
MTRVA : "com.crazysunj:multitypeadapter:${dependVersion.MTRVA}",
retrofit : "com.squareup.retrofit2:retrofit:${dependVersion.retrofit}",
retrofitConverterGson : "com.squareup.retrofit2:converter-gson:${dependVersion.retrofit}",
retrofitAdapterRxjava : "com.squareup.retrofit2:adapter-rxjava2:${dependVersion.retrofit}",
okhttp : "com.squareup.okhttp3:okhttp:${dependVersion.okhttp}",
okhttpLoggingInterceptor: "com.squareup.okhttp3:logging-interceptor:${dependVersion.okhttp}",
dagger : "com.google.dagger:dagger:${dependVersion.dagger2}",
daggerCompiler : "com.google.dagger:dagger-compiler:${dependVersion.dagger2}",
logger : "com.orhanobut:logger:${dependVersion.logger}",
niceVieoPlayer : "com.github.xiaoyanger0825:NiceVieoPlayer:${dependVersion.niceVieoPlayer}",
annotation : "androidx.annotation:annotation:${dependVersion.androidx}",
cookie : "com.github.franmontiel:PersistentCookieJar:${dependVersion.cookie}",
]
dependencies = [
daggerCompiler : "com.google.dagger:dagger-compiler:${dependVersion.dagger2}",
appcompat : "androidx.appcompat:appcompat:${dependVersion.appcompat}",
cardview : "androidx.cardview:cardview:${dependVersion.androidx}",
material : "com.google.android.material:material:${dependVersion.androidx}",
recyclerview : "androidx.recyclerview:recyclerview:${dependVersion.androidx}",
glide : "com.github.bumptech.glide:glide:${dependVersion.glide}",
glideCompiler : "com.github.bumptech.glide:compiler:${dependVersion.glide}",
glideTransformations: "jp.wasabeef:glide-transformations:${dependVersion.glideTransformations}",
butterknife : "com.jakewharton:butterknife:${dependVersion.butterknife}",
butterknifeCompiler : "com.jakewharton:butterknife-compiler:${dependVersion.butterknife}",
MTRVA : "com.crazysunj:multitypeadapter:${dependVersion.MTRVA}",
annotation : "org.glassfish:javax.annotation:10.0-b28",
multidex : "androidx.multidex:multidex:${dependVersion.multidex}",
pickerdialog : "com.crazysunj:android-pickerdialog:${dependVersion.pickerdialog}",
statusbarutil : "com.jaeger.statusbarutil:library:${dependVersion.statusbarutil}",
circleimageview : "de.hdodenhof:circleimageview:${dependVersion.circleimageview}",
niceVieoPlayer : "com.github.xiaoyanger0825:NiceVieoPlayer:${dependVersion.niceVieoPlayer}",
cardslideview : "com.crazysunj:cardslideview:${dependVersion.cardslideview}",
debugLeakcanary : "com.squareup.leakcanary:leakcanary-android:${dependVersion.leakcanary}",
releaseLeakcanary : "com.squareup.leakcanary:leakcanary-android-no-op:${dependVersion.leakcanary}",
fastjson : "com.alibaba:fastjson:${dependVersion.fastjson}.android",
weex : "com.taobao.android:weex_sdk:${dependVersion.weex}",
materialsearchview : "com.miguelcatalan:materialsearchview:${dependVersion.materialsearchview}",
wavesidebar : "com.gjiazhe:wavesidebar:${dependVersion.wavesidebar}",
shimmer : "com.facebook.shimmer:shimmer:${dependVersion.shimmer}",
gpuimage : "jp.co.cyberagent.android:gpuimage:${dependVersion.gpuimage}",
lottie : "com.airbnb.android:lottie:${dependVersion.lottie}",
permission : "com.github.hotchemi:permissionsdispatcher:${dependVersion.permission}",
permissionCompiler : "com.github.hotchemi:permissionsdispatcher-processor:${dependVersion.permission}",
photoview : "com.github.chrisbanes:PhotoView:${dependVersion.photoview}",
richtext : "com.zzhoujay.richtext:richtext:${dependVersion.richtext}",
ucrop : "com.github.yalantis:ucrop:${dependVersion.ucrop}",
sonic : "com.tencent.sonic:sdk:${dependVersion.sonic}",
zxing : "com.journeyapps:zxing-android-embedded:${dependVersion.zxing}",
pgyer : "com.pgyersdk:sdk:${dependVersion.pgyer}",
itemDecoration : "com.crazysunj:itemdecoration:${dependVersion.itemDecoration}",
roundedimageview : "com.makeramen:roundedimageview:${dependVersion.roundedimageview}",
longImage : "com.davemorrissey.labs:subsampling-scale-image-view:${dependVersion.longImage}",
switchButton : "com.github.zcweng:switch-button:${dependVersion.switchButton}",
constraintlayout : "androidx.constraintlayout:constraintlayout:${dependVersion.constraintlayout}",
navigationFragment : "android.arch.navigation:navigation-fragment:${dependVersion.navigation}",
navigationUi : "android.arch.navigation:navigation-ui:${dependVersion.navigation}",
]
domainDependencies = [
MTRVA : "com.crazysunj:multitypeadapter:${dependVersion.MTRVA}",
rxjava : "io.reactivex.rxjava2:rxjava:${dependVersion.rxjava}",
rxandroid : "io.reactivex.rxjava2:rxandroid:${dependVersion.rxandroid}",
javaxInject : "javax.inject:javax.inject:${dependVersion.javaxInjectVersion}",
javaxAnnotation: "javax.annotation:jsr250-api:${dependVersion.javaxAnnotationVersion}",
arrow : "com.fernandocejas:arrow:${dependVersion.arrowVersion}",
tray : "net.grandcentrix.tray:tray:${dependVersion.tray}",
niceVieoPlayer : "com.github.xiaoyanger0825:NiceVieoPlayer:${dependVersion.niceVieoPlayer}",
gson : "com.google.code.gson:gson:${dependVersion.gson}",
tinypinyin : "com.github.promeg:tinypinyin:${dependVersion.tinypinyin}",
greendao : "org.greenrobot:greendao:${dependVersion.greendao}",
annotation : "androidx.annotation:annotation:${dependVersion.androidx}",
]
}