diff --git a/jme3-android/build.gradle b/jme3-android/build.gradle index 417273d39..e49befecd 100644 --- a/jme3-android/build.gradle +++ b/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') } diff --git a/lib/android.jar b/lib/android.jar new file mode 100644 index 000000000..b94c81518 Binary files /dev/null and b/lib/android.jar differ