Added circleci configuration.
This commit is contained in:
parent
36bf4794db
commit
15b9772f5f
6 changed files with 29 additions and 9 deletions
|
@ -24,7 +24,7 @@ val p = project {
|
|||
group = "net.thauvin.erik"
|
||||
description = "Pinboard Poster for Kotlin/Java"
|
||||
artifactId = name
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
|
||||
val localProperties = Properties().apply {
|
||||
val f = "local.properties"
|
||||
|
@ -52,7 +52,7 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-3")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4")
|
||||
compile("com.squareup.okhttp3:okhttp:3.8.0")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue