We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d3221 commit 0af56c1Copy full SHA for 0af56c1
buildSrc/src/main/kotlin/com/skydoves/pokedex/Configuration.kt
@@ -6,7 +6,7 @@ object Configuration {
6
const val minSdk = 23
7
const val majorVersion = 1
8
const val minorVersion = 0
9
- const val patchVersion = 5
+ const val patchVersion = 7
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 6
+ const val versionCode = 8
12
}
0 commit comments