forked from divkit/divkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
57 lines (56 loc) · 2.65 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
ext.versions = [
coroutines : '1.6.0',
dagger : '2.38',
dataStore : '1.0.0',
dokka : '1.8.20',
exoPlayer : '2.18.4',
festAndroid : '1.0.8',
festReflect : '1.4.1',
googleAutoService : '1.0',
googleTestingPlatform : '0.0.8-alpha07',
gradlePlugin : '8.1.1',
gson : '2.8.7',
glide : '4.16.0',
hamcrestJUnit : '2.0.0.0',
hamcrestLibrary : '2.2',
jacoco : '0.8.7',
javax : '1',
json : '20211205',
junit : '4.12',
kotlin : '1.8.22',
kotlinpoet : '1.4.4',
metrica : '5.0.0',
metricaCrashPlugin : '0.6.1',
mockito : '3.12.4',
mockitoKotlin : '3.2.0',
okhttp : '4.10.0',
okio : '3.0.0',
passport : '7.26.4',
perftests : '1.8.0',
picasso : '2.8',
protobuf : '3.21.12',
pulse : '2.2.4',
robolectric : '4.8.2',
kotlinSerialization : '1.3.2',
stetho : '1.6.0',
strikt : '0.28.2',
tinkoffAllure : '2.5.1'
]
ext.versions.androidx = [
annotation : '1.1.0',
appcompat : '1.2.0',
browser : '1.2.0',
collection : '1.1.0',
constraint : '2.1.1',
core : '1.7.0',
core_ktx : '1.7.0',
espresso : '3.4.0',
lifecycle : '2.5.0',
material : '1.2.1',
recycler : '1.2.0',
test : '1.4.0',
uiautomator : '2.2.0',
viewpager2 : '1.0.0',
viewpager : '1.0.0',
work : '2.7.1'
]