diff --git a/README.md b/README.md index 395c0c83..64d30b87 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ If you have any questions or problems, don't hesitate to ask our public [mailing - Raster tiles: any quadtree-scheme tiles as texture - Backends: - Android - - iOS (using libGDX/RoboVM, [instructions](docs/ios.md)) - - Desktop (using libGDX/LWJGL, [instructions](docs/desktop.md)) - - HTML5/WebGL (using libGDX/GWT, [instructions](docs/web.md)) + - iOS (libGDX/RoboVM, [instructions](docs/ios.md)) + - Desktop (libGDX/LWJGL, [instructions](docs/desktop.md)) + - HTML5/WebGL (libGDX/GWT, [instructions](docs/web.md)) ### Projects - **vtm** core library diff --git a/docs/Integration.md b/docs/Integration.md index 349ef4d1..13142c32 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -26,7 +26,7 @@ implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64' implementation 'com.caverock:androidsvg:1.2.2-beta-1' ``` -### Android (with libGDX) +### Android (libGDX) ```groovy implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a' diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index bec0182c..2a4985db 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -32,9 +32,7 @@ android { defaultConfig { versionCode versionCode() versionName versionName() - // FIXME Minimum API Level by mapbox-vector-tile - //minSdkVersion androidMinSdk() - minSdkVersion 26 + minSdkVersion androidMinSdk() targetSdkVersion androidTargetSdk() }