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'