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 19f2eec commit a003683Copy full SHA for a003683
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.2"
+ const val versionName = "1.0.3"
7
const val buildToolsVersion = "31.0.0"
8
}
0 commit comments