android/AndroidManifest.xml: raise minSdkVersion to 24

This is needed to build libFLAC which uses ftello().
This commit is contained in:
Max Kellermann
2023-09-11 22:12:23 +02:00
parent f68305bf00
commit a868dbce3b
3 changed files with 4 additions and 2 deletions

2
NEWS
View File

@@ -39,6 +39,8 @@ ver 0.24 (not yet released)
* switch to C++20
- GCC 10 or clang 11 (or newer) recommended
* static partition configuration
* Android
- require Android 7 or newer
* Windows
- build with libsamplerate
- remove JACK DLL support