Update samples
This commit is contained in:
parent
43c9c4c8bd
commit
aa623f81db
@ -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
|
- Raster tiles: any quadtree-scheme tiles as texture
|
||||||
- Backends:
|
- Backends:
|
||||||
- Android
|
- Android
|
||||||
- iOS (using libGDX/RoboVM, [instructions](docs/ios.md))
|
- iOS (libGDX/RoboVM, [instructions](docs/ios.md))
|
||||||
- Desktop (using libGDX/LWJGL, [instructions](docs/desktop.md))
|
- Desktop (libGDX/LWJGL, [instructions](docs/desktop.md))
|
||||||
- HTML5/WebGL (using libGDX/GWT, [instructions](docs/web.md))
|
- HTML5/WebGL (libGDX/GWT, [instructions](docs/web.md))
|
||||||
|
|
||||||
### Projects
|
### Projects
|
||||||
- **vtm** core library
|
- **vtm** core library
|
||||||
|
@ -26,7 +26,7 @@ implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64'
|
|||||||
implementation 'com.caverock:androidsvg:1.2.2-beta-1'
|
implementation 'com.caverock:androidsvg:1.2.2-beta-1'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Android (with libGDX)
|
### Android (libGDX)
|
||||||
```groovy
|
```groovy
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]'
|
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-arm64-v8a'
|
||||||
|
@ -32,9 +32,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode versionCode()
|
versionCode versionCode()
|
||||||
versionName versionName()
|
versionName versionName()
|
||||||
// FIXME Minimum API Level by mapbox-vector-tile
|
minSdkVersion androidMinSdk()
|
||||||
//minSdkVersion androidMinSdk()
|
|
||||||
minSdkVersion 26
|
|
||||||
targetSdkVersion androidTargetSdk()
|
targetSdkVersion androidTargetSdk()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user