Skip to content

Commit

Permalink
Merge pull request #2 from Shusshu/Shusshu-patch-2
Browse files Browse the repository at this point in the history
Update okio & kotlin
  • Loading branch information
erickok authored Sep 2, 2020
2 parents ce38b78 + ce9ee3d commit b7cdc3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group 'nl.nl2312'
version '1.0'
version '1.1'

buildscript {
ext.kotlin_version = '1.2.71'
ext.kotlin_version = '1.4.0'

repositories {
mavenCentral()
Expand All @@ -20,7 +20,7 @@ repositories {

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'com.squareup.okio:okio:2.1.0'
compile 'com.squareup.okio:okio:2.7.0'

testCompile 'junit:junit:4.12'
testCompile 'com.google.truth:truth:0.42'
Expand All @@ -31,4 +31,4 @@ compileKotlin {
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.6"
}
}

0 comments on commit b7cdc3d

Please sign in to comment.