Native libs: name with platform suffix, #14, #16

This commit is contained in:
Emux
2016-06-21 19:19:56 +03:00
parent dc46238af6
commit d2f61f9bfa
9 changed files with 7 additions and 7 deletions

View File

@@ -10,8 +10,8 @@ dependencies {
//compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
//compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
//compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86"
compile files('gdx-native-libs.jar')
compile files("${rootDir}/vtm-android/vtm-jni-natives.jar")
compile files('gdx-natives-android.jar')
compile files("${rootDir}/vtm-android/vtm-natives-android.jar")
}
//task copyLibs(type: Copy) {