Skip to content

Commit f61dfc2

Browse files
committed
Update version
1 parent be053d2 commit f61dfc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Configurations {
44
const val minSdk = 21
55
const val majorVersion = 1
66
const val minorVersion = 0
7-
const val patchVersion = 1
7+
const val patchVersion = 2
88
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9-
const val versionCode = 2
9+
const val versionCode = 3
1010
}

0 commit comments

Comments
 (0)