Skip to content

Commit 45a341a

Browse files
committed
Fix reproducible build
Enable offline mode for AboutLibraries gradle plugin as the produced json file seems to differ across builds.
1 parent ef69695 commit 45a341a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ android {
9999
}
100100

101101
aboutLibraries {
102+
offlineMode = true
102103
// Remove the "generated" timestamp to allow for reproducible builds
103104
excludeFields = arrayOf("generated")
104105
}

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
aboutLibraries = "11.1.3"
2+
aboutLibraries = "11.1.4"
33
accompanist = "0.36.0"
44
agp = "8.8.1"
55
algoliaInstantSearch = "3.1.3"

0 commit comments

Comments
 (0)