mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-08-09 09:28:38 +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>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</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" />
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
|
|
|
@ -7,7 +7,7 @@ ext.versions = [
|
||||||
publishVersionCode : 39,
|
publishVersionCode : 39,
|
||||||
|
|
||||||
// Plugins
|
// Plugins
|
||||||
gradlePlugin : '3.2.1',
|
gradlePlugin : '3.3.0',
|
||||||
spotlessPlugin : '3.17.0',
|
spotlessPlugin : '3.17.0',
|
||||||
versionPlugin : '0.20.0',
|
versionPlugin : '0.20.0',
|
||||||
fabricPlugin : '1.+',
|
fabricPlugin : '1.+',
|
||||||
|
@ -17,8 +17,8 @@ ext.versions = [
|
||||||
rhino : '1.7.10',
|
rhino : '1.7.10',
|
||||||
|
|
||||||
// Kotlin
|
// Kotlin
|
||||||
kotlin : '1.3.11',
|
kotlin : '1.3.20',
|
||||||
coroutines : '1.1.0',
|
coroutines : '1.1.1',
|
||||||
koin : '1.0.2',
|
koin : '1.0.2',
|
||||||
|
|
||||||
// Google/AndroidX
|
// Google/AndroidX
|
||||||
|
@ -34,8 +34,8 @@ ext.versions = [
|
||||||
rxBinding : '3.0.0-alpha1',
|
rxBinding : '3.0.0-alpha1',
|
||||||
|
|
||||||
// afollestad
|
// afollestad
|
||||||
materialDialogs : '2.0.0-rc7',
|
materialDialogs : '2.0.0-rc8',
|
||||||
rxkPrefs : '1.2.1',
|
rxkPrefs : '1.2.2',
|
||||||
|
|
||||||
// Debugging
|
// Debugging
|
||||||
timber : '4.7.1',
|
timber : '4.7.1',
|
||||||
|
@ -44,7 +44,7 @@ ext.versions = [
|
||||||
// Unit testing
|
// Unit testing
|
||||||
junit : '4.12',
|
junit : '4.12',
|
||||||
mockito : '2.23.4',
|
mockito : '2.23.4',
|
||||||
mockitoKotlin : '2.0.0-RC1',
|
mockitoKotlin : '2.1.0',
|
||||||
truth : '0.42',
|
truth : '0.42',
|
||||||
|
|
||||||
// UI testing
|
// 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
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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
Add a link
Reference in a new issue