POI: v3 Android without external libs

This commit is contained in:
Emux 2023-03-31 11:21:26 +03:00
parent 290b8ec1dd
commit bd80b21a60
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
2 changed files with 1 additions and 5 deletions

View File

@ -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 }

View File

@ -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 {