finally got IPA work

This commit is contained in:
open-trade
2021-08-20 17:16:46 +08:00
parent bcd550ebef
commit 365a422f2d
4 changed files with 23 additions and 15 deletions

View File

@@ -2,7 +2,9 @@
package="com.carriez.flutter_hbb">
<application
android:label="RustDesk"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:extractNativeLibs="true"
tools:replace="android:extractNativeLibs">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"