This commit is contained in:
Emux
2021-01-01 18:59:48 +02:00
parent 2859a18d72
commit c0d5f4a0ca
3 changed files with 16 additions and 11 deletions

View File

@@ -16,11 +16,11 @@ dependencies {
implementation project(':vtm-gdx')
implementation project(':vtm-gdx-poi3d')
implementation 'org.mapsforge:mapsforge-poi-android:0.14.0'
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-x86_64'
implementation 'org.mapsforge:mapsforge-poi-android:0.15.0'
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-x86_64'
}
android {