Skip to content

Commit a24331b

Browse files
Revert "Revert "Revert: Bump target sdk to 34""
This reverts commit 0541f1b.
1 parent 4db25ca commit a24331b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Config {
2020
const val applicationId = "ch.protonmail.android"
2121
const val compileSdk = 34
2222
const val minSdk = 28
23-
const val targetSdk = 34
23+
const val targetSdk = 33
2424
const val testInstrumentationRunner = "ch.protonmail.android.uitest.HiltTestRunner"
2525
const val versionCode = 1
2626
const val versionName = "4.0.19"

0 commit comments

Comments
 (0)