Merge pull request #2911 from element-hq/feature/bma/reproducibleBuild

Reproducible build
This commit is contained in:
Benoit Marty 2024-05-27 12:46:19 +02:00 committed by GitHub
commit 436a876317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 58 additions and 6 deletions

View file

@ -28,7 +28,7 @@ fun aBuildMeta(
applicationId: String = "",
lowPrivacyLoggingEnabled: Boolean = true,
versionName: String = "",
versionCode: Int = 0,
versionCode: Long = 0,
gitRevision: String = "",
gitBranchName: String = "",
flavorDescription: String = "",