We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4609e3 commit be153f6Copy full SHA for be153f6
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.3.0"
+ const val versionName = "4.4.0"
27
}
0 commit comments