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

Current version is rev19, KitKat.
experimental
iwgeric 10 years ago
parent 6f4b90feed
commit 8560b98aa0
  1. 2
      jme3-android/build.gradle
  2. BIN
      lib/android.jar

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

Binary file not shown.
Loading…
Cancel
Save