Increase compileSdkVersion to 31

This commit is contained in:
Ryan Harg 2022-01-03 09:40:32 +01:00 committed by Ryan Harg
parent 0c95675c91
commit be67a5e593
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ android {
disable += listOf("MissingTranslation", "ExtraTranslation")
}
compileSdk = 30
compileSdk = 31
defaultConfig {