[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Build with compileSdkVersion for Android 13 / API 33.

pull/600/head
mcarare 2 years ago committed by mergify[bot]
parent d85fe35478
commit dcf28bc433

@ -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

Loading…
Cancel
Save