Skip to content

Commit

Permalink
chore: bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aistra0528 committed Sep 15, 2023
1 parent 7da68f9 commit 79adb5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 27
versionName = "1.4.0"
versionCode = 28
versionName = "1.5.0"
}

val signing = if (file("../signing.properties").exists()) {
Expand Down Expand Up @@ -61,7 +61,7 @@ android {
}

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.biometric:biometric:1.1.0")
Expand Down

0 comments on commit 79adb5e

Please sign in to comment.