This commit is contained in:
tom5079
2022-04-24 18:27:56 +09:00
parent edf6188e36
commit d663092363
2 changed files with 4 additions and 4 deletions

View File

@@ -32,13 +32,13 @@ configurations {
}
android {
compileSdkVersion 31
compileSdkVersion 32
defaultConfig {
applicationId "xyz.quaver.pupil"
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 32
versionCode 69
versionName "5.3.4"
versionName "5.3.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}