This commit is contained in:
Emux
2020-01-12 15:31:31 +02:00
parent b43dfc53e4
commit bf6b325ce8
3 changed files with 11 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.12.0'
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-x86_64'
implementation 'org.mapsforge:mapsforge-poi-android:0.13.0'
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-x86_64'
}
android {