Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aistra0528 committed Mar 1, 2023
1 parent bac217a commit 50cdae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.aistra.hail"
minSdk = 23
targetSdk = 33
versionCode = 23
versionName = "1.2.0"
versionCode = 24
versionName = "1.2.1"
}

val signing = if (file("../signing.properties").exists()) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "7.4.1" apply false
id("com.android.application") version "7.4.2" apply false
kotlin("android") version "1.8.0" apply false
}

0 comments on commit 50cdae8

Please sign in to comment.