POI: v3 Android without external libs
This commit is contained in:
parent
290b8ec1dd
commit
bd80b21a60
@ -21,7 +21,7 @@ allprojects {
|
|||||||
|
|
||||||
static def androidCompileSdk() { return 33 }
|
static def androidCompileSdk() { return 33 }
|
||||||
|
|
||||||
// 14 for Support Library, 16 for sqlite-android
|
// 14 for Support Library
|
||||||
static def androidMinSdk() { return 21 }
|
static def androidMinSdk() { return 21 }
|
||||||
|
|
||||||
static def androidTargetSdk() { return 33 }
|
static def androidTargetSdk() { return 33 }
|
||||||
|
@ -17,10 +17,6 @@ dependencies {
|
|||||||
implementation project(':vtm-gdx-poi3d')
|
implementation project(':vtm-gdx-poi3d')
|
||||||
|
|
||||||
implementation 'org.mapsforge:mapsforge-poi-android:master-SNAPSHOT'
|
implementation 'org.mapsforge:mapsforge-poi-android:master-SNAPSHOT'
|
||||||
runtimeOnly 'org.mapsforge:sqlite-android:master-SNAPSHOT:natives-armeabi-v7a'
|
|
||||||
runtimeOnly 'org.mapsforge:sqlite-android:master-SNAPSHOT:natives-arm64-v8a'
|
|
||||||
runtimeOnly 'org.mapsforge:sqlite-android:master-SNAPSHOT:natives-x86'
|
|
||||||
runtimeOnly 'org.mapsforge:sqlite-android:master-SNAPSHOT:natives-x86_64'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user