nock-nock/dependencies.gradle
Aidan Follestad 4f5fec758e 0.8.5
2019-01-11 22:09:06 -08:00

54 lines
1.3 KiB
Groovy

ext.versions = [
// Project
minSdk : 21,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '0.8.5',
publishVersionCode : 39,
// Plugins
gradlePlugin : '3.2.1',
spotlessPlugin : '3.17.0',
versionPlugin : '0.20.0',
fabricPlugin : '1.+',
// Misc
okHttp : '3.12.1',
rhino : '1.7.10',
// Kotlin
kotlin : '1.3.11',
coroutines : '1.1.0',
koin : '1.0.2',
// Google/AndroidX
androidxAnnotations : '1.0.1',
androidxCore : '1.0.2',
androidxRecyclerView: '1.0.0',
androidxBrowser : '1.0.0',
googleMaterial : '1.0.0',
room : '2.0.0',
lifecycle : '2.0.0',
// Rx
rxBinding : '3.0.0-alpha1',
// afollestad
materialDialogs : '2.0.0-rc7',
rxkPrefs : '1.2.1',
// Debugging
timber : '4.7.1',
fabric : '2.9.8@aar',
// Unit testing
junit : '4.12',
mockito : '2.23.4',
mockitoKotlin : '2.0.0-RC1',
truth : '0.42',
// UI testing
androidxTestRunner : '1.1.1',
androidxTest : '1.1.0',
archTesting : '2.0.0'
]