From 9e3479a1849adf32cd62386a0f8b6722d9adf61e Mon Sep 17 00:00:00 2001 From: Julian-o Date: Sun, 6 Aug 2023 17:58:05 +1000 Subject: [PATCH] Remove deprecated FlatDir in Gradle template Based on lessons from https://stackoverflow.com/questions/68215302/using-flatdirs-should-be-avoided-because-it-doesnt-support-any-meta-data-format --- .../bootstraps/common/build/templates/build.tmpl.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle b/pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle index bb000393a4..ce105736d3 100644 --- a/pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle +++ b/pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle @@ -16,9 +16,6 @@ allprojects { {%- for repo in args.gradle_repositories %} {{repo}} {%- endfor %} - flatDir { - dirs 'libs' - } } }