Commit graph

6 commits

Author SHA1 Message Date
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
Victor Shcherb
79a24596bc Update dependencies 2016-05-06 22:56:48 +02:00
GaidamakUA
1523c82ecf Gradle dependecy replaced with JAR 2015-11-18 11:58:29 +02:00
Victor Shcherb
ee4ee52943 Update fonts 2015-09-09 18:22:47 +02:00
Alexey Pelykh
2a49b0ad61 Fix 2015-02-17 11:06:34 +02:00
Alexey Pelykh
d3fef615cf Plugins gradle 2015-02-03 13:58:26 +02:00