Procházet zdrojové kódy

Add android.jar to root project and use during jme-android project build.
Current version is rev19, KitKat.

iwgeric před 10 roky
rodič
revize
8560b98aa0
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      jme3-android/build.gradle
  2. binární
      lib/android.jar

+ 1 - 1
jme3-android/build.gradle

@@ -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')
 }

binární
lib/android.jar