Updated targetSdk, versionCode
This commit is contained in:
parent
29850d1bf5
commit
1a5d8e9b7c
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue