forked from lulululbj/Box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.gradle
29 lines (22 loc) · 869 Bytes
/
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
ext.versions = [
// for project
releaseVersionName : '0.1.0',
releaseVersionCode : 1,
minSdkVersion : 16,
compileSdkVersion : 28,
targetSdkVersion : 28,
// androidx
androidX : '1.0.0',
androidXCompat : '1.1.0-alpha01',
androidXRecycleView : '1.1.0-alpha01',
androidXConstraintlayout : '2.0.0-alpha3',
googleMaterial : 'material:1.1.0-alpha02',
// third
BaseRecyclerViewAdapter : '2.9.43-alpha1',
material_dialogs_core : 'core:2.0.0-rc5',
kotlinx_coroutines_android: '1.0.0',
// test
junit : '4.12',
runner : '1.1.1',
espresso_core : 'espresso-core:3.1.1'
]