From 03801607759e3ccb9dea5b2549815d8e407cbb6a Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Tue, 24 Sep 2019 15:10:56 +0800 Subject: [PATCH] Update README file. --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b7ddc794..0ccc7bc1 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,12 @@ your choice. Quick Start: ------------ -Install the Android NDK and the Android SDK with SDK API 23, set the -environment variables ```ANDROID_NDK```, ```ANDROID_SDK```and -```ANDROID_HOME```, create a file ```local.properties``` with contents: +Install the Android NDK and the Android SDK with SDK API 28, set the +environment variables: + +* `ANDROID_HOME` to your Android SDK location. + +* `ANDROID_NDK_HOME` to your Android NDK location. NDK r16 or later; r19 also work. ndk.dir=/opt/android-ndk sdk.dir=/opt/android-sdk @@ -27,7 +30,7 @@ environment variables ```ANDROID_NDK```, ```ANDROID_SDK```and (you may have to adjust the paths to the install directories of the Android SDK and Android NDK on your system) and run - ./gradlew build + ./gradlew assemble in the root folder of this project. This should give you a .apk file in the app/build/outputs/apk/ subdirectory that you can then install on your phone. @@ -40,11 +43,17 @@ repository root. Bugs: ----- -Bugs and feature requests should be reported to the issue tracker at [https://bitbucket.org/MartinFelis/love-android-sdl2/issues?status=new&status=open](https://bitbucket.org/MartinFelis/love-android-sdl2/issues?status=new&status=open). +Bugs and feature requests should be reported to the issue tracker at https://bitbucket.org/MartinFelis/love-android-sdl2/issues?status=new&status=open Changelog: ---------- +11.2: +* Contains all relevant changes for desktop LÖVE 11.2. +* Added support for ARM64 devices to comply with Play Store requirements. +* Fixed `love.system.openURL` crashing in some cases. +* Changed target SDK to 28 so it comply with Play Store requirements. + 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)