Skip to content

Commit

Permalink
Remove aboutLibraries config (now default)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Feb 16, 2025
1 parent 6eeddba commit e696f3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ android {
}
}

aboutLibraries {
// Remove the "generated" timestamp to allow for reproducible builds
excludeFields = arrayOf("generated")
}

val versionTxt by tasks.registering {
val path = layout.buildDirectory.asFile.get().resolve("version.txt")

Expand Down

0 comments on commit e696f3f

Please sign in to comment.