mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
50 lines
2.2 KiB
Groovy
50 lines
2.2 KiB
Groovy
ext.versions = [
|
|
coroutines : '1.6.0',
|
|
dagger : '2.38',
|
|
exoPlayer : '2.14.2',
|
|
festAndroid : '1.0.8',
|
|
festReflect : '1.4.1',
|
|
googleAutoService : '1.0',
|
|
gradlePlugin : '7.1.3',
|
|
gson : '2.8.7',
|
|
hamcrestJUnit : '2.0.0.0',
|
|
hamcrestLibrary : '2.2',
|
|
jacoco : '0.8.7',
|
|
javax : '1',
|
|
json : '20211205',
|
|
junit : '4.12',
|
|
kotlin : '1.6.10',
|
|
kotlinpoet : '1.4.4',
|
|
metrica : '5.0.0',
|
|
metricaCrashPlugin : '0.6.1',
|
|
mockito : '3.12.4',
|
|
mockitoKotlin : '3.2.0',
|
|
okhttp : '4.9.1',
|
|
passport : '7.26.4',
|
|
perftests : '1.6.3',
|
|
picasso : '2.8',
|
|
pulse : '1.0.10',
|
|
robolectric : '4.4',
|
|
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.4.0',
|
|
material : '1.2.1',
|
|
recycler : '1.1.0',
|
|
test : '1.4.0',
|
|
uiautomator : '2.2.0',
|
|
viewpager2 : '1.0.0',
|
|
work : '2.7.1'
|
|
]
|