libGDX Android native libraries, closes #16
This commit is contained in:
parent
3ea5af2477
commit
cf4ff8046d
@ -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")
|
||||
}
|
||||
|
||||
|
BIN
vtm-android-gdx/gdx-native-libs.jar
Normal file
BIN
vtm-android-gdx/gdx-native-libs.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user