From 5325dfe26d1d54a27ba253afd9a130ff0e978fc7 Mon Sep 17 00:00:00 2001 From: Dhaval Prajapati Date: Thu, 3 Nov 2022 21:55:10 +0530 Subject: [PATCH] Excluded generated timestamp from AboutLibraries --- app/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 2cc1820..f98fcbf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'