Skip to content

Commit

Permalink
Real 0.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Dec 11, 2018
1 parent decd74f commit 29c45ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = System.getenv("DEPLOY_VERSION_OVERRIDE") ?: "0.2.2"
val marathon = System.getenv("DEPLOY_VERSION_OVERRIDE") ?: "0.3.1"

val kotlin = "1.3.10"
val coroutines = "1.0.1"
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.2.2"
id("marathon") version "0.3.1"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion sample-library-project/kotlin-buildscript/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.library")
id("kotlin-android")
id("marathon") version "0.2.2"
id("marathon") version "0.3.1"
}

android {
Expand Down

0 comments on commit 29c45ac

Please sign in to comment.