For #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 a71aad1702
commit ef96a08a55
1 changed files with 1 additions and 1 deletions

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