Bump compile and target SDKs to Android 13 (#13296)

This commit is contained in:
arkon 2022-08-31 17:13:01 -04:00 committed by GitHub
parent a4a0b95b96
commit 8ac6bfcce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
object AndroidConfig { object AndroidConfig {
const val compileSdk = 32 const val compileSdk = 33
const val minSdk = 21 const val minSdk = 21
const val targetSdk = 32 const val targetSdk = 33
} }