-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.gradle
More file actions
46 lines (45 loc) · 1.52 KB
/
env.gradle
File metadata and controls
46 lines (45 loc) · 1.52 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
ext.paths = [
'gradleArtifact': getRootProject().file('gradle/artifact.gradle')
]
ext.vers = [
minSdk : 21,
compileSdk : 28,
android : [
appcompat : '1.2.0',
coreKtx : '1.3.2',
cardview : '1.0.0',
constraintlayout: '2.0.4',
fragment : '1.3.0',
gradlePlugin : '4.1.2',
hilt : '1.0.0-alpha03',
material : '1.3.0',
paging : '3.0.0-beta01',
room : '2.2.5',
test : [
runner : '1.3.0',
espressoCore: '3.3.0'
]
],
chucker : '3.4.0',
dagger : '2.32',
disposer : '3.0.0',
exoplayer : '2.10.4',
glide : '4.12.0',
hilt : '2.31-alpha',
junit : '4.+',
kotlin : '1.4.30',
kotlin_coroutines: '1.4.1',
leakcanary : '2.6',
lottie : '3.5.0',
mockk : '1.10.6',
moshi : '1.11.0',
okhttp : '4.9.1',
retrofit : '2.9.0',
rx : [
java : '3.0.10',
kotlin : '3.0.1',
android: '3.0.0',
binding: '4.0.0',
relay : '3.0.0'
]
]