Skip to content

Commit

Permalink
chore: update versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
lyaaz committed Dec 7, 2024
1 parent 1d5bdb2 commit 4d079b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdk = 26
targetSdk = 35
versionCode = "git rev-list HEAD --count".execute().toInt()
versionName = "git describe --tag".execute()
versionName = "git describe --tag --match \"v*\"".execute().removePrefix("v")
resourceConfigurations += "en"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 4d079b5

Please sign in to comment.