-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdependencies.gradle
39 lines (33 loc) · 1.09 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
ext.versions = [
// Properties
minSdkVersion : 21,
targetSdkVersion : 29,
compileSdkVersion : 29,
publishVersionName : '1.0.5',
publishVersionCode : 5,
// Plugins
gradlePlugin : '3.3.2',
fabricPlugin : '1.+',
spotlessPlugin : '3.23.1',
proguardGradle : '6.2.0',
// Kotlin
kotlin : '1.3.41',
coroutines : '1.1.0',
// AndroidX
androidxCore : '1.0.1',
androidxRecyclerView: '1.0.0',
androidxMaterial : '1.0.0',
androidxBrowser : '1.0.0',
constraintLayout : '1.1.3',
lifecycle : '2.1.0-alpha01',
navigation : '1.0.0',
//dagger
dagger : '2.21',
glassfish : '10.0-b28',
// Others
fabric : '2.10.0@aar',
materialDialogs : '3.0.0-rc1',
jodaTimeAndroid : '2.10.3',
ezVcard : '0.10.5',
timber : '4.7.1',
]