mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 03:25:14 +00:00
Dependency upgrades
This commit is contained in:
parent
9ea9c78099
commit
1ccb89bfc3
1 changed files with 10 additions and 10 deletions
|
@ -8,18 +8,18 @@ ext.versions = [
|
|||
|
||||
// Plugins
|
||||
gradlePlugin : '3.3.2',
|
||||
spotlessPlugin : '3.19.0',
|
||||
spotlessPlugin : '3.22.0',
|
||||
versionPlugin : '0.21.0',
|
||||
googleServices : '4.2.0',
|
||||
fabricPlugin : '1.+',
|
||||
|
||||
// Misc
|
||||
okHttp : '3.14.0',
|
||||
okHttp : '3.14.1',
|
||||
rhino : '1.7.10',
|
||||
|
||||
// Kotlin
|
||||
kotlin : '1.3.30',
|
||||
coroutines : '1.1.1',
|
||||
coroutines : '1.2.0',
|
||||
koin : '1.0.2',
|
||||
|
||||
// Google/AndroidX
|
||||
|
@ -30,16 +30,16 @@ ext.versions = [
|
|||
googleMaterial : '1.0.0',
|
||||
room : '2.0.0',
|
||||
lifecycle : '2.0.0',
|
||||
firebaseCore : '16.0.7',
|
||||
firebaseCore : '16.0.8',
|
||||
|
||||
// Rx
|
||||
rxJava : '2.2.7',
|
||||
rxJava : '2.2.8',
|
||||
rxBinding : '3.0.0-alpha1',
|
||||
|
||||
// afollestad
|
||||
materialDialogs : '2.1.0',
|
||||
materialDialogs : '2.7.0',
|
||||
rxkPrefs : '1.2.5',
|
||||
vvalidator : '0.3.1',
|
||||
vvalidator : '0.4.1',
|
||||
|
||||
// Debugging
|
||||
timber : '4.7.1',
|
||||
|
@ -47,12 +47,12 @@ ext.versions = [
|
|||
|
||||
// Unit testing
|
||||
junit : '4.12',
|
||||
mockito : '2.25.0',
|
||||
mockito : '2.27.0',
|
||||
mockitoKotlin : '2.1.0',
|
||||
truth : '0.43',
|
||||
truth : '0.44',
|
||||
|
||||
// UI testing
|
||||
androidxTestRunner : '1.1.1',
|
||||
androidxTest : '1.1.0',
|
||||
archTesting : '2.0.0'
|
||||
archTesting : '2.0.1'
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue