Skip to content

Commit

Permalink
Updated targetSdk, versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCat09 committed Apr 12, 2023
1 parent 29850d1 commit 1a5d8e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1a5d8e9

Please sign in to comment.