Skip to content

Commit

Permalink
Excluded generated timestamp from AboutLibraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvl5 committed Nov 3, 2022
1 parent b3c338b commit 5325dfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ android {
namespace 'com.dhaval.bookland'
}

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

configPath = "config"
}

dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
Expand Down

0 comments on commit 5325dfe

Please sign in to comment.