소스 검색

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. BIN
      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
lib/android.jar