Skip to content

Commit

Permalink
build: bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aistra0528 committed Nov 22, 2023
1 parent 24b8e91 commit 900a1c8
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 @@ -12,8 +12,8 @@ android {
applicationId = "com.aistra.hail"
minSdk = 23
targetSdk = 34
versionCode = 29
versionName = "1.6.0"
versionCode = 30
versionName = "1.7.0"
}

val signing = if (file("../signing.properties").exists()) {
Expand Down

0 comments on commit 900a1c8

Please sign in to comment.