Browse Source

Preparation for 0.10.2 release

Martin Felis 9 years ago
parent
commit
35cd9f1900
3 changed files with 10 additions and 6 deletions
  1. 2 2
      AndroidManifest.xml
  2. 7 3
      README.md
  3. 1 1
      project.properties

+ 2 - 2
AndroidManifest.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="org.love2d.android"
-      android:versionCode="21"
-      android:versionName="0.10.1"
+      android:versionCode="22"
+      android:versionName="0.10.2"
       android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
     <uses-permission android:name="android.permission.INTERNET"/>
     <uses-permission android:name="android.permission.VIBRATE"/>

+ 7 - 3
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 <[email protected]>
+Copyright (c) 2013-2016 Martin Felis <[email protected]>
 
 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.

+ 1 - 1
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