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 { android {
compileSdk 31 compileSdk 33
defaultConfig { defaultConfig {
applicationId "com.shatyuka.killergram" applicationId "com.shatyuka.killergram"
minSdk 16 minSdk 16
targetSdk 31 targetSdk 33
versionCode appVerCode.toInteger() versionCode appVerCode.toInteger()
versionName appVerName versionName appVerName
} }

View file

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