vtm-android-gdx module, fix #435

This commit is contained in:
Emux
2017-10-29 17:21:22 +02:00
parent 1d44057198
commit 1aa5f24e11
14 changed files with 31 additions and 83 deletions

View File

@@ -25,6 +25,10 @@ dependencies {
}
implementation 'com.android.support:support-v4:27.0.0'
implementation project(':vtm-android-gdx')
implementation project(':vtm-gdx')
implementation "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
implementation 'org.mapsforge:mapsforge-core:master-SNAPSHOT'
implementation 'org.mapsforge:mapsforge-poi:master-SNAPSHOT'
implementation 'org.mapsforge:mapsforge-poi-android:master-SNAPSHOT'
@@ -60,6 +64,9 @@ android {
file("${rootDir}/vtm-android/natives").eachDir() { dir ->
jniLibs.srcDirs += "${dir.path}/lib"
}
file("${rootDir}/vtm-android-gdx/natives").eachDir() { dir ->
jniLibs.srcDirs += "${dir.path}/lib"
}
}
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')