We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7665f commit f9a2ea2Copy full SHA for f9a2ea2
buildSrc/src/main/kotlin/Config.kt
@@ -23,5 +23,5 @@ object Config {
23
const val targetSdk = 34
24
const val testInstrumentationRunner = "ch.protonmail.android.uitest.HiltTestRunner"
25
const val versionCode = 1
26
- const val versionName = "4.10.0"
+ const val versionName = "4.10.1"
27
}
0 commit comments