Updated targetSdk, versionCode

This commit is contained in:
DarkCat09 2023-04-12 15:25:54 +04:00
parent 29850d1bf5
commit 1a5d8e9b7c
2 changed files with 4 additions and 4 deletions

View file

@ -3,12 +3,12 @@ plugins {
}
android {
compileSdk 31
compileSdk 33
defaultConfig {
applicationId "com.shatyuka.killergram"
minSdk 16
targetSdk 31
targetSdk 33
versionCode appVerCode.toInteger()
versionName appVerName
}