Code updated

This commit is contained in:
risnaman
2026-09-19 16:21:37 +05:30
parent 012969ae21
commit 212df37f8a
4 changed files with 352 additions and 357 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="authsec_flutter_hybrid"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:exported="true"