Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
davkutalek committed Feb 1, 2024
1 parent 314cba3 commit b9ae11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configurations.all {
}

group = "com.hover"
version = "1.19.15"
version = "1.19.16"

android {

Expand All @@ -53,7 +53,7 @@ android {
applicationId = "com.hover.stax"
minSdk = 21
targetSdk = 33
versionCode = 225
versionCode = 226
versionName = project.version.toString()
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down

0 comments on commit b9ae11e

Please sign in to comment.