Kobalt and libraries updates.
This commit is contained in:
parent
008ab49b61
commit
7e5ac30e16
4 changed files with 7 additions and 7 deletions
2
.idea/kobalt.xml
generated
2
.idea/kobalt.xml
generated
|
@ -6,7 +6,7 @@
|
|||
<option name="autoDownloadKobalt" value="true" />
|
||||
<option name="downloadSources" value="false" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="kobaltHome" value="$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.86" />
|
||||
<option name="kobaltHome" value="$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.87" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
|
|
|
@ -52,8 +52,8 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4")
|
||||
compile("com.squareup.okhttp3:okhttp:3.8.0")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
|
||||
compile("com.squareup.okhttp3:okhttp:3.9.0")
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
|
@ -87,7 +87,7 @@ val p = project {
|
|||
|
||||
autoGitTag {
|
||||
enabled = true
|
||||
//push = false
|
||||
push = false
|
||||
message = "Version $version"
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.86
|
||||
kobalt.version=1.0.90
|
4
pom.xml
4
pom.xml
|
@ -30,12 +30,12 @@
|
|||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib</artifactId>
|
||||
<version>1.1.2-4</version>
|
||||
<version>1.1.51</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<version>3.9.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue