We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db25ca commit a24331bCopy full SHA for a24331b
buildSrc/src/main/kotlin/Config.kt
@@ -20,7 +20,7 @@ object Config {
20
const val applicationId = "ch.protonmail.android"
21
const val compileSdk = 34
22
const val minSdk = 28
23
- const val targetSdk = 34
+ const val targetSdk = 33
24
const val testInstrumentationRunner = "ch.protonmail.android.uitest.HiltTestRunner"
25
const val versionCode = 1
26
const val versionName = "4.0.19"
0 commit comments