Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2017-10-02 15:42:41 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-10-04 10:56:41 +0300
commit029aff3e8f868fa39055718cad7fe1210817428d (patch)
tree3a26c912ab73a59c98c5d63f27e400643558b943 /android/AndroidManifest.xml
parentac6f8677b38d60499031e2dcf3296c453e163852 (diff)
[android] Update Facebook native ads sdk and MopUb sdk
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 3cbe93a20c..611fb21b45 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -7,6 +7,12 @@
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">
+ <!-- Mentioned MoPub dependencies use 16 API level as a min SDK version, which conflicts
+ with our version (15 API), that's why forcible use our version to resolve this conflict -->
+ <uses-sdk tools:overrideLibrary="com.mopub.mobileads.native_static,
+ com.mopub.mobileads.base,
+ com.moat.analytics.mobile.mpub"/>
+
<uses-feature
android:glEsVersion="0x00020000"
android:required="true"/>