Skip to content

Commit 50cdae8

Browse files
committed
Bump version to 1.2.1
1 parent bac217a commit 50cdae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.aistra.hail"
1212
minSdk = 23
1313
targetSdk = 33
14-
versionCode = 23
15-
versionName = "1.2.0"
14+
versionCode = 24
15+
versionName = "1.2.1"
1616
}
1717

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

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "7.4.1" apply false
3+
id("com.android.application") version "7.4.2" apply false
44
kotlin("android") version "1.8.0" apply false
55
}

0 commit comments

Comments
 (0)