target android 12

This commit is contained in:
X1nto 2021-08-20 11:32:09 +04:00
parent dac2ec5b70
commit b7ab53c7b6
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ plugins {
}
android {
compileSdk = 30
compileSdk = 31
defaultConfig {
minSdk = 21
targetSdk = 30
targetSdk = 31
applicationId = "com.vanced.manager"