OsmAnd/plugins/Osmand-ParkingPlugin
Roman Inflianskas 5944fccd36 Fix idea dependency error.
On dependency changes in File -> Project structure... I get following errors (for 3 projects):

{% for project in ['Osmand', 'Osmand-SRTMPlugin', 'Osmand-ParkingPlugin'] %}
  Module "{{ project }}"
  must not contain source root
  "~/osmand/android/plugins/{{ project }}/src".
  The root already belongs to module "{{ project }}"
{% endfor %}

This is due duplicate lines in "{{ project }}.iml" file that is
generated based on "build.gradle" files.

This commit fixes this situation.
2016-06-08 19:37:11 +03:00
..
res Translated using Weblate (Slovenian) 2015-04-16 09:34:28 +02:00
src/net/osmand/parkingPlugin Add info about motorway_junction to route description 2015-12-14 01:30:56 +01:00
.classpath Update eclipse environment 2013-07-21 23:26:13 +02:00
.gitignore Created route steps plugin. Registered route steps plugin in Osmand. Created dialog to set if point is alredy visited or not 2014-06-11 20:28:45 +03:00
.project The folder with ParkingPlugin project is renamed from 'ParkingPlugin' to 'Osmand-ParkingPlugin' 2012-07-02 18:14:30 +02:00
AndroidManifest.xml Update Plugins 2013-05-23 20:08:19 +02:00
build.gradle Fix idea dependency error. 2016-06-08 19:37:11 +03:00
proguard-project.txt The folder with ParkingPlugin project is renamed from 'ParkingPlugin' to 'Osmand-ParkingPlugin' 2012-07-02 18:14:30 +02:00
project.properties Update target sdk to Android 19 and test 2014-04-01 19:25:10 +02:00