Dependency updates

This commit is contained in:
Aidan Follestad 2019-02-21 14:43:04 -08:00
commit 6d382b93a5

View file

@ -7,17 +7,17 @@ ext.versions = [
publishVersionCode : 42, publishVersionCode : 42,
// Plugins // Plugins
gradlePlugin : '3.3.0', gradlePlugin : '3.3.1',
spotlessPlugin : '3.17.0', spotlessPlugin : '3.18.0',
versionPlugin : '0.20.0', versionPlugin : '0.20.0',
fabricPlugin : '1.+', fabricPlugin : '1.+',
// Misc // Misc
okHttp : '3.12.1', okHttp : '3.13.1',
rhino : '1.7.10', rhino : '1.7.10',
// Kotlin // Kotlin
kotlin : '1.3.20', kotlin : '1.3.21',
coroutines : '1.1.1', coroutines : '1.1.1',
koin : '1.0.2', koin : '1.0.2',
@ -34,17 +34,17 @@ ext.versions = [
rxBinding : '3.0.0-alpha1', rxBinding : '3.0.0-alpha1',
// afollestad // afollestad
materialDialogs : '2.0.0-rc9', materialDialogs : '2.0.0',
rxkPrefs : '1.2.2', rxkPrefs : '1.2.4',
vvalidator : '0.3.0', vvalidator : '0.3.1',
// Debugging // Debugging
timber : '4.7.1', timber : '4.7.1',
fabric : '2.9.8@aar', fabric : '2.9.9@aar',
// Unit testing // Unit testing
junit : '4.12', junit : '4.12',
mockito : '2.23.4', mockito : '2.24.5',
mockitoKotlin : '2.1.0', mockitoKotlin : '2.1.0',
truth : '0.42', truth : '0.42',