alpha6 using newest Löve GLES code

This commit is contained in:
Martin Felis
2014-01-12 21:32:40 +01:00
parent 69b200b144
commit 78cb9c5539
2 changed files with 7 additions and 7 deletions
+5 -6
View File
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest package="org.love2d.android"
package="org.love2d.android" android:versionCode="4"
android:versionCode="3" android:versionName="0.9.0-alpha6"
android:versionName="0.9.0-alpha5" android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Löve for Android" <application android:label="Löve for Android"
@@ -12,7 +11,7 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<activity android:name="GameActivity" <activity android:name="GameActivity"
android:label="Löve for Android" android:label="Löve for Android"
android:screenOrientation="unspecified"> android:screenOrientation="landscape" android:configChanges="orientation|screenSize">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
+2 -1
View File
@@ -1,6 +1,7 @@
# Uncomment this if you're using STL in your project # Uncomment this if you're using STL in your project
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
# APP_STL := stlport_static # APP_STL := stlport_static
APP_STL := gnustl_shared APP_STL := gnustl_shared
APP_ABI := armeabi-v7a APP_ABI := armeabi-v7a
APP_CPPFLAGS := -frtti
# APP_OPTIM := debug