forked from organicmaps/organicmaps
[android] Fixed Google Play services compilation.
This commit is contained in:
parent
357a311fc6
commit
aa9c0f4226
2 changed files with 8 additions and 1 deletions
7
android/3rd_party/google-play-services_lib/custom_rules.xml
vendored
Normal file
7
android/3rd_party/google-play-services_lib/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>
|
|
@ -11,5 +11,5 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-8
|
||||
target=android-19
|
||||
android.library=true
|
||||
|
|
Loading…
Add table
Reference in a new issue