Skip to content

Commit 6b02598

Browse files
author
Jonah Williams
authored
[Impeller] Lower min API for MTK down to 31. (#165939)
34 was overly conservative. Most of the bug reports concerned API 29 and 30.
1 parent c376ca2 commit 6b02598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/flutter/shell/platform/android/flutter_main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
namespace flutter {
3333

3434
constexpr int kMinimumAndroidApiLevelForImpeller = 29;
35-
constexpr int kMinimumAndroidApiLevelForMediaTekVulkan = 34;
35+
constexpr int kMinimumAndroidApiLevelForMediaTekVulkan = 31;
3636

3737
extern "C" {
3838
#if FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_DEBUG

0 commit comments

Comments
 (0)