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
}

View file

@ -18,5 +18,5 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
appVerName=22.03.12
appVerCode=202203120
appVerName=23.04.12
appVerCode=202304120