mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 19:45:17 +00:00
29 lines
721 B
Groovy
29 lines
721 B
Groovy
ext.versions = [
|
|
minSdk : 21,
|
|
compileSdk : 28,
|
|
buildTools : '28.0.3',
|
|
publishVersion : '0.8.0',
|
|
publishVersionCode: 28,
|
|
|
|
gradlePlugin : '3.2.1',
|
|
spotlessPlugin : '3.16.0',
|
|
versionPlugin : '0.20.0',
|
|
|
|
okHttp : '3.12.0',
|
|
rhino : '1.7.10',
|
|
|
|
dagger : '2.19',
|
|
kotlin : '1.3.10',
|
|
coroutines : '1.0.1',
|
|
androidx : '1.0.0',
|
|
|
|
rxBinding : '3.0.0-alpha1',
|
|
|
|
materialDialogs : '2.0.0-rc3',
|
|
rxkPrefs : '1.2.0',
|
|
|
|
junit : '4.12',
|
|
mockito : '2.23.0',
|
|
mockitoKotlin : '2.0.0-RC1',
|
|
truth : '0.42'
|
|
]
|