diff --git a/release/android/armeabi-v7a/libraylib.a b/release/android/armeabi-v7a/libraylib.a
index c37b07302..3d25003bd 100644
Binary files a/release/android/armeabi-v7a/libraylib.a and b/release/android/armeabi-v7a/libraylib.a differ
diff --git a/templates/android_project/AndroidManifest.xml b/templates/android_project/AndroidManifest.xml
index 9c1cf3afd..d1bad4119 100644
--- a/templates/android_project/AndroidManifest.xml
+++ b/templates/android_project/AndroidManifest.xml
@@ -14,7 +14,7 @@
android:versionCode="1"
android:versionName="1.0" >
-
+
diff --git a/templates/android_project/Makefile b/templates/android_project/Makefile
index d8a8ce8b6..f2618ca6a 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
index c37b07302..3d25003bd 100644
Binary files a/templates/android_project/jni/libs/libraylib.a and b/templates/android_project/jni/libs/libraylib.a differ