Dependency updates

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

View file

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