Release cleanup

This commit is contained in:
Martin Felis
2015-12-22 16:02:02 +01:00
parent 26a6c423f9
commit 962c894908
3 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -17,7 +17,9 @@ your choice.
Quick Start:
------------
Install the Android NDK and the Android SDK with SDK API 12 and run
Install the Android NDK and the Android SDK with SDK API 23, set the
environment variables ```ANDROID_NDK```, ```ANDROID_SDK```, and
```ANDROID_HOME``` and run
ndk-build -j4
@@ -39,6 +41,10 @@ Bugs and feature requests should be reported to the issue tracker at [https://bi
Changelog:
----------
0.10.0:
* first official release!
* Disabled JIT by default as it can cause performance problems. To enable JIT call jit.on()
0.10.0-alpha2:
* Update to the next love API 0.10.0 (not yet officially released)
* Added building of libtheora
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This should be changed to the name of your project -->
<project name="love_android_sdl2" default="help">
<project name="love-android" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
+1 -1
View File
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-19
target=android-23