Skip to content

Commit

Permalink
Revert "Revert "Revert: Bump target sdk to 34""
Browse files Browse the repository at this point in the history
This reverts commit 0541f1b.
  • Loading branch information
StefanijaBoshkovska committed Aug 21, 2024
1 parent 4db25ca commit a24331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Config {
const val applicationId = "ch.protonmail.android"
const val compileSdk = 34
const val minSdk = 28
const val targetSdk = 34
const val targetSdk = 33
const val testInstrumentationRunner = "ch.protonmail.android.uitest.HiltTestRunner"
const val versionCode = 1
const val versionName = "4.0.19"
Expand Down

0 comments on commit a24331b

Please sign in to comment.