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 a17a2b7 commit 61d9473Copy full SHA for 61d9473
buildSrc/src/main/kotlin/com/skydoves/pokedex/Configuration.kt
@@ -3,7 +3,7 @@ package com.skydoves.pokedex
3
object Configuration {
4
const val majorVersion = 1
5
const val minorVersion = 1
6
- const val patchVersion = 2
+ const val patchVersion = 3
7
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
8
const val versionCode = 10
9
}
0 commit comments