diff --git a/docs/Changelog.md b/docs/Changelog.md index 89c9a4682..9ea0b689a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,6 +7,7 @@ - Line style `transparent` option [#1100](https://github.com/mapsforge/vtm/pull/1100) - Canvas adapter: line scale option [#1075](https://github.com/mapsforge/vtm/pull/1075) - Disable `vtm-app` +- Disable `vtm-web` [#1110](https://github.com/mapsforge/vtm/issues/1110) - Minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.21.0) diff --git a/settings.gradle b/settings.gradle index eb79035b0..9645bd1ec 100644 --- a/settings.gradle +++ b/settings.gradle @@ -38,6 +38,6 @@ include ':vtm-playground' //include ':vtm-tests' include ':vtm-theme-comparator' include ':vtm-themes' -include ':vtm-web' -include ':vtm-web-app' +//include ':vtm-web' +//include ':vtm-web-app' //include ':vtm-web-js'