Skip to content

Commit

Permalink
added versionNameSuffix = "" (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Jun 29, 2020
1 parent 408fdac commit 94962c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle.kts
Expand Up @@ -14,6 +14,7 @@ android {
setMinSdkVersion(property("minSdkVersion") as Int)
setTargetSdkVersion(property("targetSdkVersion") as Int)
versionName = "1.8.0"
versionNameSuffix = ""
}

buildTypes {
Expand Down

0 comments on commit 94962c4

Please sign in to comment.