Skip to content

Commit

Permalink
Increase minimum SDK version for AAudio to 31 (Android 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Dec 4, 2023
1 parent a7e4868 commit 8da19f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/miniaudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -18085,7 +18085,7 @@ MA_API ma_bool32 ma_is_backend_enabled(ma_backend backend)
#if defined(MA_HAS_AAUDIO)
#if defined(MA_ANDROID)
{
return ma_android_sdk_version() >= 26;
return ma_android_sdk_version() >= 31;
}
#else
return MA_FALSE;
Expand Down

0 comments on commit 8da19f4

Please sign in to comment.