mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 12:40:28 +02:00
alpha6 using newest Löve GLES code
This commit is contained in:
+5
-6
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.love2d.android"
|
||||
android:versionCode="3"
|
||||
android:versionName="0.9.0-alpha5"
|
||||
android:installLocation="auto">
|
||||
<manifest package="org.love2d.android"
|
||||
android:versionCode="4"
|
||||
android:versionName="0.9.0-alpha6"
|
||||
android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
||||
<application android:label="Löve for Android"
|
||||
@@ -12,7 +11,7 @@
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
<activity android:name="GameActivity"
|
||||
android:label="Löve for Android"
|
||||
android:screenOrientation="unspecified">
|
||||
android:screenOrientation="landscape" android:configChanges="orientation|screenSize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
|
||||
# Uncomment this if you're using STL in your project
|
||||
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
||||
# APP_STL := stlport_static
|
||||
APP_STL := gnustl_shared
|
||||
APP_ABI := armeabi-v7a
|
||||
APP_CPPFLAGS := -frtti
|
||||
# APP_OPTIM := debug
|
||||
|
||||
Reference in New Issue
Block a user