nock-nock/dependencies.gradle
Aidan Follestad 1d2b79d5a3 0.8.1
2019-01-06 22:40:27 -08:00

52 lines
1.2 KiB
Groovy

ext.versions = [
// Project
minSdk : 21,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '0.8.1',
publishVersionCode : 30,
// Plugins
gradlePlugin : '3.2.1',
spotlessPlugin : '3.17.0',
versionPlugin : '0.20.0',
// 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',
// 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'
]