From d614809df000b2d862c31ffc9c34aa82711b9431 Mon Sep 17 00:00:00 2001 From: Emux Date: Thu, 16 Mar 2017 10:07:41 +0200 Subject: [PATCH] Update integration guide --- docs/Integration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Integration.md b/docs/Integration.md index 62753bb4..29027ab1 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -32,8 +32,6 @@ compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]' compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi' compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi-v7a' -compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-mips' -compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-mips64' compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86' compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64' compile 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]'