Skip to content

Commit

Permalink
Exclude 'generated' metadata from aboutlibraries to allow reproducibl…
Browse files Browse the repository at this point in the history
…e builds
  • Loading branch information
Drumber committed Apr 27, 2024
1 parent fe6701f commit c4571e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ android {
namespace 'io.github.drumber.kitsune'
}

aboutLibraries {
// Remove the "generated" timestamp to allow for reproducible builds
excludeFields = ["generated"]
}

dependencies {
// Android core and support libs
implementation 'androidx.core:core-ktx:1.13.0'
Expand Down

0 comments on commit c4571e8

Please sign in to comment.