mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-08-03 06:38:38 +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
|
// Plugins
|
||||||
gradlePlugin : '3.3.2',
|
gradlePlugin : '3.3.2',
|
||||||
spotlessPlugin : '3.19.0',
|
spotlessPlugin : '3.22.0',
|
||||||
versionPlugin : '0.21.0',
|
versionPlugin : '0.21.0',
|
||||||
googleServices : '4.2.0',
|
googleServices : '4.2.0',
|
||||||
fabricPlugin : '1.+',
|
fabricPlugin : '1.+',
|
||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
okHttp : '3.14.0',
|
okHttp : '3.14.1',
|
||||||
rhino : '1.7.10',
|
rhino : '1.7.10',
|
||||||
|
|
||||||
// Kotlin
|
// Kotlin
|
||||||
kotlin : '1.3.30',
|
kotlin : '1.3.30',
|
||||||
coroutines : '1.1.1',
|
coroutines : '1.2.0',
|
||||||
koin : '1.0.2',
|
koin : '1.0.2',
|
||||||
|
|
||||||
// Google/AndroidX
|
// Google/AndroidX
|
||||||
|
@ -30,16 +30,16 @@ ext.versions = [
|
||||||
googleMaterial : '1.0.0',
|
googleMaterial : '1.0.0',
|
||||||
room : '2.0.0',
|
room : '2.0.0',
|
||||||
lifecycle : '2.0.0',
|
lifecycle : '2.0.0',
|
||||||
firebaseCore : '16.0.7',
|
firebaseCore : '16.0.8',
|
||||||
|
|
||||||
// Rx
|
// Rx
|
||||||
rxJava : '2.2.7',
|
rxJava : '2.2.8',
|
||||||
rxBinding : '3.0.0-alpha1',
|
rxBinding : '3.0.0-alpha1',
|
||||||
|
|
||||||
// afollestad
|
// afollestad
|
||||||
materialDialogs : '2.1.0',
|
materialDialogs : '2.7.0',
|
||||||
rxkPrefs : '1.2.5',
|
rxkPrefs : '1.2.5',
|
||||||
vvalidator : '0.3.1',
|
vvalidator : '0.4.1',
|
||||||
|
|
||||||
// Debugging
|
// Debugging
|
||||||
timber : '4.7.1',
|
timber : '4.7.1',
|
||||||
|
@ -47,12 +47,12 @@ ext.versions = [
|
||||||
|
|
||||||
// Unit testing
|
// Unit testing
|
||||||
junit : '4.12',
|
junit : '4.12',
|
||||||
mockito : '2.25.0',
|
mockito : '2.27.0',
|
||||||
mockitoKotlin : '2.1.0',
|
mockitoKotlin : '2.1.0',
|
||||||
truth : '0.43',
|
truth : '0.44',
|
||||||
|
|
||||||
// UI testing
|
// UI testing
|
||||||
androidxTestRunner : '1.1.1',
|
androidxTestRunner : '1.1.1',
|
||||||
androidxTest : '1.1.0',
|
androidxTest : '1.1.0',
|
||||||
archTesting : '2.0.0'
|
archTesting : '2.0.1'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue