OsmAnd/plugins/Osmand-SRTMPlugin
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 shared_string_no 2015-03-08 08:56:57 +01:00
src/net/osmand/srtmPlugin Dialogs replaced with AppCompatDialogs 2015-11-11 12:42:13 +02:00
.classpath Update eclipse environment 2013-07-21 23:26:13 +02:00
.gitignore Add SRTM plugin 2012-12-11 00:44:54 +01:00
.project Add SRTM plugin 2012-12-11 00:44:54 +01: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 Add SRTM plugin 2012-12-11 00:44:54 +01:00
project.properties Update target sdk to Android 19 and test 2014-04-01 19:25:10 +02:00