TF-4058 Upgrade native library Android/iOS to compatible with flutter version 3.32.8

This commit is contained in:
dab246
2025-10-14 13:01:29 +07:00
committed by Dat H. Pham
parent bac16e3c29
commit e33cd29aa8
10 changed files with 86 additions and 61 deletions
@@ -3,12 +3,4 @@
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<application>
<!-- Will remove after upgrade to Flutter 3.29.x or above.
Detail here https://github.com/flutter/flutter/issues/160442 -->
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
</application>
</manifest>