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