2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

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

This commit is contained in:
mcarare 2022-07-04 17:39:20 +03:00 committed by mergify[bot]
parent d85fe35478
commit dcf28bc433

View File

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