From 5605fff11137216abcdde5ea2fef0f12b2c1723f Mon Sep 17 00:00:00 2001 From: Emux Date: Mon, 13 Aug 2018 12:43:30 +0300 Subject: [PATCH] Update integration guide --- docs/Integration.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/Integration.md b/docs/Integration.md index 4eaf399c..96a777ea 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -16,11 +16,8 @@ implementation 'org.slf4j:slf4j-api:1.7.25' ### Android ```groovy implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]' -implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' -implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi-v7a' -implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-mips' -implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-mips64' +implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64' implementation 'com.caverock:androidsvg:1.3' @@ -29,16 +26,14 @@ implementation 'com.caverock:androidsvg:1.3' ### Android (libGDX) ```groovy implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]' -implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' -implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi-v7a' +implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64' implementation 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]' -implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-arm64-v8a' -implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi' implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-armeabi-v7a' +implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-arm64-v8a' implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86' implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86_64' implementation 'com.badlogicgames.gdx:gdx:1.9.8'