Skip to content

Commit 94962c4

Browse files
authored
added versionNameSuffix = "" (#170)
1 parent 408fdac commit 94962c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ android {
1414
setMinSdkVersion(property("minSdkVersion") as Int)
1515
setTargetSdkVersion(property("targetSdkVersion") as Int)
1616
versionName = "1.8.0"
17+
versionNameSuffix = ""
1718
}
1819

1920
buildTypes {

0 commit comments

Comments
 (0)