Ver Fonte

Update README

Miku AuahDark há 6 anos atrás
pai
commit
e721960f7e
1 ficheiros alterados com 10 adições e 5 exclusões
  1. 10 5
      README.md

+ 10 - 5
README.md

@@ -24,16 +24,13 @@ environment variables:
 
 
 * `ANDROID_NDK_HOME` to your Android NDK location. NDK r16 or later; r19 also work.
 * `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
-
 (you may have to adjust the paths to the install directories of the Android
 (you may have to adjust the paths to the install directories of the Android
 SDK and Android NDK on your system) and run
 SDK and Android NDK on your system) and run
 
 
     ./gradlew assemble
     ./gradlew assemble
 
 
 in the root folder of this project. This should give you a .apk file in the
 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.
+app/build/outputs/apk/ subdirectory that you can then sign and install on your phone.
 
 
 Alternatively, you can install Android Studio. After opening it for the first time,
 Alternatively, you can install Android Studio. After opening it for the first time,
 open it's SDK Manager and on the tab "SDK Tools", select NDK. After that, open the
 open it's SDK Manager and on the tab "SDK Tools", select NDK. After that, open the
@@ -48,9 +45,17 @@ Bugs and feature requests should be reported to the issue tracker at https://bit
 Changelog:
 Changelog:
 ----------
 ----------
 
 
+11.3:
+
+* Contains all relevant changes for desktop LÖVE [11.3](https://love2d.org/wiki/11.3).
+* Added support for microphone recording on Android. **This is disabled in Play Store builds**.
+* Added t.audio.mic (false by default). On Android, setting it to true requests microphone recording permission from the user.
+* Fixed performance regression on Android devices with Adreno GPU.
+* Fixed video playback support on Android devices with Adreno GPU.
+
 11.2:
 11.2:
 
 
-* Contains all relevant changes for desktop LÖVE 11.2.
+* Contains all relevant changes for desktop LÖVE [11.2](https://love2d.org/wiki/11.2).
 * Added support for ARM64 devices to comply with Play Store requirements.
 * Added support for ARM64 devices to comply with Play Store requirements.
 * Fixed `love.system.openURL` crashing in some cases.
 * Fixed `love.system.openURL` crashing in some cases.
 * Changed target SDK to 28 so it comply with Play Store requirements.
 * Changed target SDK to 28 so it comply with Play Store requirements.