[7a28b3]: / Malaria-Detection-App / dependency.gradle

Download this file

43 lines (39 with data), 1.5 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
ext.versions = [
versionCode : 1,
versionName : "1.0.0",
minVersion : 24,
compileVersion : 28,
appId : "co.uk.random",
gradle : '3.3.0',
kotlinGradlePlugin : "1.3.0",
googleServices : "3.2.0",
realmGradlePlugin : "4.1.1",
//android lib
constraintLayout : '1.1.3',
kotlin : "1.2.41",
multiDex : '2.0.0',
firebase : "16.0.4",
lifecycle : '2.0.0-beta01',
junit : "4.12",
room : '2.0.0-beta01',
paging : '2.0.0-beta01',
mlLabel : "16.2.0",
firebaseML : "17.0.1",
androidPluginVersion: '1.0.0-beta01',
supportLibrary : "1.0.0",
coroutine : "0.26.1",
recyclerviewSelection:"1.0.0",
//third party
mockitoInline : "2.11.0",
rxandroid : "2.1.0",
rxkotlin : "2.1.0",
retrofitRx : "1.0.0",
gson : "2.8.1",
dagger : "2.16",
retrofitVersion : "2.3.0",
okhttp : "3.9.0",
realm : "4.1.1",
picasso : "2.5.2",
annotation : "10.0-b28",
rxbinding : "2.1.1"
]