Skip to content

Commit d124217

Browse files
committed
Bump version to 1.6.0
1 parent 5763b22 commit d124217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildscript {
44
ext {
5-
appVersionName = "1.5.0"
6-
appVersionCode = 41
5+
appVersionName = "1.6.0"
6+
appVersionCode = 42
77
prepareToRelease = false
88

9-
kotlin_version = "1.1.3"
9+
kotlin_version = "1.1.3-2"
1010
}
1111

1212
repositories {

0 commit comments

Comments
 (0)