forked from organicmaps/organicmaps
[android] Fix HoloEverywhere compilation with ant.
This commit is contained in:
parent
ab89a8e66c
commit
8dea0c853e
4 changed files with 18 additions and 2 deletions
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="MapsWithMe" default="help">
|
||||
|
||||
<target name="production" depends="release">
|
||||
</target>
|
||||
|
||||
</project>
|
7
android/3rd_party/HoloEverywhere/library/custom_rules.xml
vendored
Normal file
7
android/3rd_party/HoloEverywhere/library/custom_rules.xml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="MapsWithMe" default="help">
|
||||
|
||||
<target name="production" depends="release">
|
||||
</target>
|
||||
|
||||
</project>
|
|
@ -26,7 +26,8 @@
|
|||
|
||||
<application android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:name="com.mapswithme.maps.MWMApplication">
|
||||
android:name="com.mapswithme.maps.MWMApplication"
|
||||
android:theme="@style/Holo.Theme.Light">
|
||||
|
||||
<activity android:name="com.mapswithme.maps.DownloadResourcesActivity"
|
||||
android:label="@string/app_name"
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
|
||||
<application android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:name="com.mapswithme.maps.MWMApplication">
|
||||
android:name="com.mapswithme.maps.MWMApplication"
|
||||
android:theme="@style/Holo.Theme.Light">
|
||||
|
||||
<activity android:name="com.mapswithme.maps.DownloadResourcesActivity"
|
||||
android:label="@string/app_name"
|
||||
|
|
Loading…
Add table
Reference in a new issue