-
Notifications
You must be signed in to change notification settings - Fork 242
/
config.gradle
27 lines (26 loc) · 1.17 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
ext {
versions = [
'versionCode' : 1,
'versionName' : '1.0',
'compileSdk' : 28,
'buildTools' : '28.0.3',
'minSdk' : 21,
'targetSdk' : 28,
'androidSupportVersion' : '28.+',
'retrofitVersion' : '2.9.0',
'leakcanaryVersion' : '1.5.4',
'rxandroidVersion' : '3.0.0',
'rxjavaVersion' : '3.0.0',
'rxbindingVersion' : '4.0.0',
'glideVersion' : '4.11.0',
'butterknifeVersion' : '10.2.1',
'loggerVersion' : '2.1.1',
'rey5137MaterialVersion' : '1.2.2',
'swipebacklayoutVersion' : '1.1.0',
'photoviewVersion' : '1.3.6',
'fabVersion' : '1.6.2',
'retrofitManagerVersion' : '1.4.0',
'rxlifecycleVersion' : '4.0.0',
'baseRecyclerViewAdapterHelper': '2.9.40'
]
}