mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 11:36:10 +00:00
55 lines
1.3 KiB
Groovy
55 lines
1.3 KiB
Groovy
ext.versions = [
|
|
// Project
|
|
minSdk : 21,
|
|
compileSdk : 28,
|
|
buildTools : '28.0.3',
|
|
publishVersion : '0.8.6',
|
|
publishVersionCode : 40,
|
|
|
|
// Plugins
|
|
gradlePlugin : '3.3.0',
|
|
spotlessPlugin : '3.17.0',
|
|
versionPlugin : '0.20.0',
|
|
fabricPlugin : '1.+',
|
|
|
|
// Misc
|
|
okHttp : '3.12.1',
|
|
rhino : '1.7.10',
|
|
|
|
// Kotlin
|
|
kotlin : '1.3.20',
|
|
coroutines : '1.1.1',
|
|
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-rc9',
|
|
rxkPrefs : '1.2.2',
|
|
vvalidator : '0.2.2',
|
|
|
|
// Debugging
|
|
timber : '4.7.1',
|
|
fabric : '2.9.8@aar',
|
|
|
|
// Unit testing
|
|
junit : '4.12',
|
|
mockito : '2.23.4',
|
|
mockitoKotlin : '2.1.0',
|
|
truth : '0.42',
|
|
|
|
// UI testing
|
|
androidxTestRunner : '1.1.1',
|
|
androidxTest : '1.1.0',
|
|
archTesting : '2.0.0'
|
|
]
|