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 e77129d commit 2bca681Copy full SHA for 2bca681
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 = 1
9
- const val patchVersion = 1
+ const val patchVersion = 2
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 9
+ const val versionCode = 10
12
}
0 commit comments