Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
siosio committed Jan 5, 2019
1 parent 2503e96 commit f6db7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'siosio'
version '0.0.2'
version '1.0.0'

apply plugin: 'kotlin'

Expand All @@ -23,7 +23,7 @@ repositories {
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}

compileKotlin {
Expand Down

0 comments on commit f6db7f6

Please sign in to comment.