Restore branch and git sha, to use it in logs and in rageshakes.

Remove quite useless `gitRevisionDate`.
This commit is contained in:
Benoit Marty 2024-01-25 14:16:21 +01:00
parent 3098d869a8
commit cccfdfbcc7
8 changed files with 52 additions and 15 deletions

View file

@ -37,12 +37,8 @@ object Singleton {
lowPrivacyLoggingEnabled = false,
versionName = "0.1.0",
versionCode = 1,
// BuildConfig.GIT_REVISION,
gitRevision = "TODO",
// BuildConfig.GIT_REVISION_DATE,
gitRevisionDate = "TODO",
// BuildConfig.GIT_BRANCH_NAME,
gitBranchName = "TODO",
gitRevision = "",
gitBranchName = "",
flavorDescription = "NA",
flavorShortDescription = "NA",
)