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 0af56c1 commit 0d58667Copy full SHA for 0d58667
buildSrc/src/main/kotlin/com/skydoves/pokedex/Configuration.kt
@@ -5,8 +5,8 @@ object Configuration {
5
const val targetSdk = 32
6
const val minSdk = 23
7
const val majorVersion = 1
8
- const val minorVersion = 0
9
- const val patchVersion = 7
+ const val minorVersion = 1
+ const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
const val versionCode = 8
12
}
0 commit comments