mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 03:25:14 +00:00
Lots of dependency upgrades
This commit is contained in:
parent
8f16ff2d33
commit
77f939b095
3 changed files with 8 additions and 8 deletions
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
|
@ -40,7 +40,7 @@
|
|||
</value>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
|
|
@ -7,7 +7,7 @@ ext.versions = [
|
|||
publishVersionCode : 39,
|
||||
|
||||
// Plugins
|
||||
gradlePlugin : '3.2.1',
|
||||
gradlePlugin : '3.3.0',
|
||||
spotlessPlugin : '3.17.0',
|
||||
versionPlugin : '0.20.0',
|
||||
fabricPlugin : '1.+',
|
||||
|
@ -17,8 +17,8 @@ ext.versions = [
|
|||
rhino : '1.7.10',
|
||||
|
||||
// Kotlin
|
||||
kotlin : '1.3.11',
|
||||
coroutines : '1.1.0',
|
||||
kotlin : '1.3.20',
|
||||
coroutines : '1.1.1',
|
||||
koin : '1.0.2',
|
||||
|
||||
// Google/AndroidX
|
||||
|
@ -34,8 +34,8 @@ ext.versions = [
|
|||
rxBinding : '3.0.0-alpha1',
|
||||
|
||||
// afollestad
|
||||
materialDialogs : '2.0.0-rc7',
|
||||
rxkPrefs : '1.2.1',
|
||||
materialDialogs : '2.0.0-rc8',
|
||||
rxkPrefs : '1.2.2',
|
||||
|
||||
// Debugging
|
||||
timber : '4.7.1',
|
||||
|
@ -44,7 +44,7 @@ ext.versions = [
|
|||
// Unit testing
|
||||
junit : '4.12',
|
||||
mockito : '2.23.4',
|
||||
mockitoKotlin : '2.0.0-RC1',
|
||||
mockitoKotlin : '2.1.0',
|
||||
truth : '0.42',
|
||||
|
||||
// UI testing
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue