Merge branch 'technical/update-compile-sdk-version' into 'develop'

Increase compileSdkVersion to 31

See merge request funkwhale/funkwhale-android!128
This commit is contained in:
Ryan Harg 2022-01-03 09:58:12 +00:00
commit aa874866a6
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 {