Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
davkutalek committed Nov 16, 2023
1 parent 16656b1 commit 0ec0a6b
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 @@ -42,7 +42,7 @@ configurations.all {
}

group = "com.hover"
version = "1.19.9"
version = "1.19.10"

android {

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

0 comments on commit 0ec0a6b

Please sign in to comment.