Add android.jar to root project and use during jme-android project build.

Current version is rev19, KitKat.
This commit is contained in:
iwgeric 2014-12-08 22:50:33 -05:00
parent 6f4b90feed
commit 8560b98aa0
2 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ if (!hasProperty('mainClass')) {
dependencies { dependencies {
compile project(':jme3-core') compile project(':jme3-core')
compile project(':jme3-plugins') compile project(':jme3-plugins')
compile 'com.google.android:android:4.1.1.4' compile files('../lib/android.jar')
} }

BIN
lib/android.jar Normal file

Binary file not shown.