forked from afollestad/mnml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
60 lines (50 loc) · 1.45 KB
/
dependencies.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
ext.versions = [
// Properties
minSdk : 23,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '1.0.13',
publishVersionCode : 29,
// Plugins
gradlePlugin : '3.4.2',
spotlessPlugin : '3.24.0',
versionPlugin : '0.21.0',
googleServices : '4.3.0',
fabricPlugin : '1.+',
// Kotlin
kotlin : '1.3.41',
coroutines : '1.2.1',
koin : '2.0.1',
// AndroidX
androidxCore : '1.0.2',
androidxRecyclerView: '1.0.0',
androidxMaterial : '1.0.0',
androidxPrefs : '1.0.0',
androidxBrowser : '1.0.0',
// Other Google
firebaseCore : '17.0.1',
lifecycle : '2.0.0',
// Glide
glide : '4.9.0',
// afollestad
materialDialogs : '3.1.0',
rxkPrefs : '1.2.5',
assent : '2.3.1',
recyclical : '1.0.1',
inlineActivityResult: '0.1.0',
// RxJava
rxJava : '2.2.6',
rxAndroid : '2.1.1',
// Square
seismic : '1.0.2',
// Debug
timber : '4.7.1',
fabric : '2.10.1@aar',
// Test
junit : '4.12',
mockito : '3.0.0',
mockitoKotlin : '2.1.0',
truth : '1.0',
androidxTest : '1.1.0',
archTesting : '2.0.1'
]