-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfigs.gradle
More file actions
68 lines (67 loc) · 2.8 KB
/
Copy pathconfigs.gradle
File metadata and controls
68 lines (67 loc) · 2.8 KB
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
ext {
versions = [
'compileSdk' : 29,
'minSdk' : 18,
'targetSdk' : 29,
'versionCode' : 1,
'versionName' : '1.0.0',
'andexts' : '1.0.0',
'appcompat' : '1.0.2',
'arouter' : '1.5.0',
'arouterRegister' : '1.0.2',
'arouterCompile' : '1.2.2',
'androidx' : '1.0.0',
'androidxCollection' : '1.0.0',
'androidxCoreRuntime': '2.0.1-alpha01',
'androidxArch' : '2.0.0',
'calendarview' : '3.6.1',
'constraintLayout' : '2.0.0-alpha2',
'coreKtx' : '1.0.0',
'coroutines' : '1.0.0',
'crashlytics' : '2.9.8',
'dagger' : '2.21',
'datePicker' : '1.0.1',
'developAssistant' : '0.0.5',
'dsBridge' : '3.0.0',
'espresso' : '3.1.0-beta02',
'fabric' : '1.25.4',
'firebase' : '16.0.6',
'glide' : '4.8.0',
'googleServices' : '4.0.1',
'gson' : '2.8.5',
'indexRecyclerView' : '1.0.6',
'jpinyin' : '1.1.7',
'junit' : '4.12',
'kotlin' : '1.3.40',
'kotpref' : '2.7.0',
'ktlint' : '0.24.0',
'leakcanary' : '1.6.3',
'legacyCoreUtils' : '1.0.0',
'lifecycle' : '2.1.0-alpha01',
'liveDataBus' : '1.3.1',
"location" : '4.5.1',
'logger' : '2.2.0',
'luban' : '1.1.8',
'material' : '1.0.0',
'mockito' : '2.23.0',
'mockito_kotlin' : '2.0.0-RC3',
'multidex' : '1.1.0',
'navigation' : '2.1.0-alpha02',
'okhttp' : '3.12.1',
'qrgen' : '2.5.0',
'retrofit' : '2.6.0',
'rollviewpager' : '1.4.6',
'room' : '2.1.0',
'rvAdapter' : '2.9.45-androidx',
'savedStateVersion' : '1.0.0-alpha01',
'spotless' : '3.20.0',
'tableLayout' : '1.0.2',
'test_rules' : '1.1.0-beta02',
'test_runner' : '1.1.0-beta02',
'wechat' : '+',
'wheelpicker' : '0.0.3',
'viewpager2' : '1.0.0-alpha02',
'ui_automator' : '2.2.0-beta02',
'ucrop' : '2.2.3'
]
}