Skip to content

Commit

Permalink
chore: Change versionNameSuffix as per semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
deltazefiro committed May 6, 2024
1 parent 99d6d32 commit 978a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
}
}
debug {
versionNameSuffix "-${getGitHash()}"
versionNameSuffix "+${getGitHash()}"
debuggable true
}
}
Expand Down

0 comments on commit 978a945

Please sign in to comment.