This commit is contained in:
Emux
2022-06-18 14:49:11 +03:00
parent cf234cd7ca
commit ae7c7b1910
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.17.0'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-x86_64'
implementation 'org.mapsforge:mapsforge-poi-android:0.18.0'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-x86_64'
}
android {