POI: v3 Android without external libs (#1038)
This commit is contained in:
parent
290b8ec1dd
commit
72a93a0cc0
@ -21,7 +21,7 @@ allprojects {
|
||||
|
||||
static def androidCompileSdk() { return 33 }
|
||||
|
||||
// 14 for Support Library, 16 for sqlite-android
|
||||
// 14 for Support Library
|
||||
static def androidMinSdk() { return 21 }
|
||||
|
||||
static def androidTargetSdk() { return 33 }
|
||||
|
@ -17,10 +17,6 @@ dependencies {
|
||||
implementation project(':vtm-gdx-poi3d')
|
||||
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user