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 4c47ad1 commit 4f0ff21Copy full SHA for 4f0ff21
buildSrc/src/main/kotlin/AppConfig.kt
@@ -3,6 +3,6 @@ object AppConfig {
3
const val minSdk = 23
4
const val targetSdk = 31
5
const val versionCode = 2
6
- const val versionName = "1.0.1"
+ const val versionName = "1.0.2"
7
const val buildToolsVersion = "31.0.0"
8
}
0 commit comments