diff --git a/android/app/build.gradle b/android/app/build.gradle index f35398ef2f..ece034dcb3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -60,6 +60,7 @@ android { copy { from new File(projectDir, "../../interface/compiledResources") into outputDir + duplicatesStrategy DuplicatesStrategy.INCLUDE eachFile { details -> youngestLastModified = Math.max(youngestLastModified, details.lastModified) assetList.add(details.path) @@ -70,6 +71,7 @@ android { copy { from new File(projectDir, "../../scripts") into new File(outputDir, "scripts") + duplicatesStrategy DuplicatesStrategy.INCLUDE eachFile { details-> youngestLastModified = Math.max(youngestLastModified, details.lastModified) assetList.add("scripts/" + details.path)