libGDX Android native libraries, closes #16

This commit is contained in:
Emux 2016-06-17 22:35:26 +03:00
parent 3ea5af2477
commit cf4ff8046d
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ dependencies {
compile "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
//compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
//compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
compile files("${rootDir}/vtm-ext-libs/gdx/gdx-native-libs.jar")
//compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86"
compile files('gdx-native-libs.jar')
compile files("${rootDir}/vtm-android/vtm-jni-natives.jar")
}

Binary file not shown.