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:
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…
Reference in New Issue
Block a user