Merge pull request #7900 from Stypox/increment-compile-sdk

Change `compileSdk` from 30 to 31
This commit is contained in:
Tobi 2022-02-19 12:35:13 +01:00 committed by GitHub
commit 8004faf08e

View file

@ -8,7 +8,7 @@ plugins {
}
android {
compileSdk 30
compileSdk 31
buildToolsVersion '30.0.3'
defaultConfig {