forked from afollestad/mnml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
47 lines (39 loc) · 1.05 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
ext.versions = [
// Properties
minSdk : 23,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '1.0.5',
publishVersionCode: 10,
// Plugins
gradlePlugin : '3.2.1',
spotlessPlugin : '3.16.0',
versionPlugin : '0.20.0',
bugsnagPlugin : '3.+',
// Kotlin
kotlin : '1.3.11',
coroutines : '1.0.1',
koin : '1.0.2',
// Google/AndroidX
billing : '1.2',
androidx : '1.0.0',
lifecycle : '2.0.0',
// Glide
glide : '4.8.0',
// afollestad
materialDialogs : '2.0.0-rc3',
rxkPrefs : '1.2.0',
assent : '2.2.0',
// RxJava
rxJava : '2.2.3',
// Debug
timber : '4.7.1',
bugsnag : '4.+',
// Test
junit : '4.12',
mockito : '2.23.0',
mockitoKotlin : '2.0.0-RC1',
truth : '0.42',
androidxTest : '1.1.0',
archTesting : '2.0.0'
]