From 3f6b43850a8590d9dd2bfc2d19dd44c9dc70c3d3 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 7 Nov 2021 08:14:20 +0100 Subject: [PATCH] add documentation how to deal with /res/country_metadata --- res/country_metadata/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 res/country_metadata/CONTRIBUTING.md diff --git a/res/country_metadata/CONTRIBUTING.md b/res/country_metadata/CONTRIBUTING.md new file mode 100644 index 0000000000..a43bc7f20f --- /dev/null +++ b/res/country_metadata/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Files in this directory are used to generate per-country files in `app/src/main/assets/country_metadata/` + +One may use `./gradlew GenerateMetadataByCountry` while in root StreetComplete folder to rerun this regeneration.