From a0d6117bbbd9900d241e9063462d547ac84b7dbb Mon Sep 17 00:00:00 2001 From: m2049r Date: Sat, 6 Jun 2020 09:46:28 +0200 Subject: [PATCH] don't keepTimestampsInApk --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 81a8c06..260477c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,3 @@ org.gradle.jvmargs=-Xmx2048m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - -# keep build timestamps in APK -android.keepTimestampsInApk = true