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 207df5b648
commit f47b9827c5
8 changed files with 52 additions and 15 deletions

View File

@@ -25,7 +25,6 @@ data class BuildMeta(
val versionName: String,
val versionCode: Int,
val gitRevision: String,
val gitRevisionDate: String,
val gitBranchName: String,
val flavorDescription: String,
val flavorShortDescription: String,