瀏覽代碼

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

iwgeric 10 年之前
父節點
當前提交
8560b98aa0
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-android/build.gradle
  2. 二進制
      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')
 }

二進制
lib/android.jar