Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
tagantroy committed Jul 25, 2018
1 parent 6764f83 commit 3b73998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
val marathon = "0.1.9"
val marathon = "0.2.0"

val kotlin = "1.2.51"
val coroutines = "0.21"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/kotlin-buildscript/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.android.application")
id("kotlin-android")
id("kotlin-android-extensions")
id("marathon") version "0.1.9"
id("marathon") version "0.2.0"
}

android {
Expand Down

0 comments on commit 3b73998

Please sign in to comment.