diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1a994b1..5f0fd24 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -126,3 +126,8 @@ dependencies { debugImplementation(libs.androidx.ui.tooling) debugImplementation(libs.androidx.ui.test.manifest) } + +aboutLibraries { + // Remove the "generated" timestamp to allow for reproducible builds + excludeFields = arrayOf("generated") +}