From 35cd9f19002567a0195c0e45b96c130c35f946a9 Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Sun, 30 Oct 2016 21:27:26 +0100 Subject: [PATCH] Preparation for 0.10.2 release --- AndroidManifest.xml | 4 ++-- README.md | 10 +++++++--- project.properties | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ca675990..1e2fd477 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ diff --git a/README.md b/README.md index 173463ea..a364c77e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Android Port of LÖVE, the awesome 2D game engine LÖVE (http://love2d.org) -Copyright (c) 2013-2014 Martin Felis +Copyright (c) 2013-2016 Martin Felis Instructions: ------------- @@ -10,7 +10,7 @@ Download: --------- You can download pre-built Android packages from -[https://bitbucket.org/MartinFelis/love-android-sdl2/downloads](https://bitbucket.org/MartinFelis/love-android-sdl2/downloads) +[https://bitbucket.org/rude/love/downloads](https://bitbucket.org/rude/love/downloads) that allow you to run .love files by opening them using a file manager of your choice. @@ -41,8 +41,12 @@ Bugs and feature requests should be reported to the issue tracker at [https://bi Changelog: ---------- +0.10.2: +* Contains all relevant changes for desktop LÖVE 0.10.2. +* Upgrade of SDL2 to 2.0.5 (fixes an issue with the accelerometer) + 0.10.1: -This release contains all bugfixes of the desktor 0.10.1 release. Android +This release contains all bugfixes of the desktop 0.10.1 release. Android specific fixes are: * Added a new love.conf flag t.externalstorage, which determines whether files are saved in internal or external storage on Android devices. * Fixed audio on Android to pause when the app is inactive, and resume when the app becomes active again. diff --git a/project.properties b/project.properties index 916037e3..f72b9716 100644 --- a/project.properties +++ b/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-23 +target=android-25