Commit 1325ac39 authored by David Reid's avatar David Reid

AAudio: Increase default min SDK version from 26 to 27.

Use `#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26` if you need to
support SDK version 26.
parent ed204e4b
......@@ -17946,7 +17946,7 @@ DEVICE I/O
/* This must be set to at least 26. */
#ifndef MA_AAUDIO_MIN_ANDROID_SDK_VERSION
#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26
#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 27
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment