Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davkutalek committed Jan 1, 2024
1 parent 44a3b5c commit 44137e2
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.13"
version = "1.19.14"

android {

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

0 comments on commit 44137e2

Please sign in to comment.