For #25808: Build with compileSdkVersion for Android 13 / API 33.

fork
mcarare 2 years ago committed by mergify[bot]
parent a71aad1702
commit ef96a08a55

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