Skip to content

Commit

Permalink
For mozilla-mobile#25808: Build with compileSdkVersion for Android 13…
Browse files Browse the repository at this point in the history
… / API 33.
  • Loading branch information
mcarare committed Jul 4, 2022
1 parent 70e6422 commit 79370eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.util.Locale

object Config {
// Synchronized build configuration for all modules
const val compileSdkVersion = 32
const val compileSdkVersion = 33
const val minSdkVersion = 21
const val targetSdkVersion = 32

Expand Down

0 comments on commit 79370eb

Please sign in to comment.