Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZong committed Sep 7, 2024
1 parent 61c96b8 commit 3d00b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.2
4 changes: 3 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins {
id("com.google.gms.google-services")
id("com.google.firebase.crashlytics")
}
val version = file(rootDir.resolve("VERSION")).readText().trim()
project.logger.warn("version: $version")

android {
signingConfigs {
Expand All @@ -32,7 +34,7 @@ android {
minSdk = 29
targetSdk = 34
versionCode = 1
versionName = "1.0.0"
versionName = version
multiDexEnabled = true

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 3d00b23

Please sign in to comment.