Fix SDK version
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Michel Roux 2021-10-28 08:57:37 +02:00
parent 89d3b19f65
commit dfc026b52b
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@ plugins {
}
android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "net.crystalyx.setaswallpaper"
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31
versionCode 6
versionName "2.4"
}