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,7 +10,7 @@ dependencies {
compile project(':vtm-jeo')
compile project(':vtm-extras')
compile project(':vtm-themes')
compile files("${rootDir}/vtm-android/vtm-jni-natives.jar")
compile files("${rootDir}/vtm-android/vtm-natives-android.jar")
compile 'com.android.support:support-v4:22.+'
compile 'com.android.support:appcompat-v7:22.+'