VTM native libraries for Android and Desktop (Win, Mac, Linux), closes #14

This commit is contained in:
Emux
2016-06-17 21:47:36 +03:00
parent e85ec48468
commit 3ea5af2477
9 changed files with 6 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ dependencies {
compile "com.badlogicgames.gdx:gdx-backend-jglfw:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile 'org.slf4j:slf4j-simple:1.7.6'
compile files('../vtm-ext-libs/gdx/vtm-jni-natives.jar')
compile files('vtm-jni-natives.jar')
}
run { ignoreExitValue = true }

Binary file not shown.