Skip to content

Commit

Permalink
ci: set the correct version name for fdroid updates [WPB-10569] (#3381)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored Aug 27, 2024
1 parent 7887df8 commit 831a547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/plugins/src/main/kotlin/AppVersionPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class AppVersionPlugin : Plugin<Project> {
// git commit hash code
val gitRevision = "git rev-parse --short HEAD".execute().text.trim()
println("VersionCode: $versionCode")
println("VersionName: $versionName")
println("VersionName: $versionName-fdroid")
println("Revision: $gitRevision")
println("Buildtime: $buildTime")
println("Application-name: $appName")
Expand Down

0 comments on commit 831a547

Please sign in to comment.