Skip to content

Commit 0af56c1

Browse files
committed
Prepare for the next release
1 parent 75d3221 commit 0af56c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/com/skydoves/pokedex/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Configuration {
66
const val minSdk = 23
77
const val majorVersion = 1
88
const val minorVersion = 0
9-
const val patchVersion = 5
9+
const val patchVersion = 7
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 6
11+
const val versionCode = 8
1212
}

0 commit comments

Comments
 (0)