diff options
| -rw-r--r-- | release/android/armeabi-v7a/libraylib.a | bin | 497778 -> 507474 bytes | |||
| -rw-r--r-- | templates/android_project/AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | templates/android_project/Makefile | 2 | ||||
| -rw-r--r-- | templates/android_project/jni/libs/libraylib.a | bin | 497778 -> 507474 bytes |
4 files changed, 2 insertions, 2 deletions
diff --git a/release/android/armeabi-v7a/libraylib.a b/release/android/armeabi-v7a/libraylib.a Binary files differindex c37b0730..3d25003b 100644 --- a/release/android/armeabi-v7a/libraylib.a +++ b/release/android/armeabi-v7a/libraylib.a diff --git a/templates/android_project/AndroidManifest.xml b/templates/android_project/AndroidManifest.xml index 9c1cf3af..d1bad411 100644 --- a/templates/android_project/AndroidManifest.xml +++ b/templates/android_project/AndroidManifest.xml @@ -14,7 +14,7 @@ android:versionCode="1" android:versionName="1.0" > - <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16" /> + <uses-sdk android:minSdkVersion="16" /> <uses-feature android:glEsVersion="0x00020000" android:required="true" /> <!--<supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture" android:required="true"/>--> <!-- We do not have Java code. Therefore android:hasCode is set to false. --> diff --git a/templates/android_project/Makefile b/templates/android_project/Makefile index d8a8ce8b..f2618ca6 100644 --- a/templates/android_project/Makefile +++ b/templates/android_project/Makefile @@ -58,7 +58,7 @@ LFLAGS = -L. -Ljni/libs -Ljni -Llib # Define any libraries to link into executable # if you want to link libraries (libname.so or libname.a), use the -lname -LIBS = -lraylib -lopenal -llog -landroid -lEGL -lGLESv2 -lOpenSLES +LIBS = -lraylib -llog -landroid -lEGL -lGLESv2 -lOpenSLES # Building APK # NOTE: typing 'make' will invoke the default target entry called 'all', diff --git a/templates/android_project/jni/libs/libraylib.a b/templates/android_project/jni/libs/libraylib.a Binary files differindex c37b0730..3d25003b 100644 --- a/templates/android_project/jni/libs/libraylib.a +++ b/templates/android_project/jni/libs/libraylib.a |
