Skip to content

Commit

Permalink
Merge pull request #19 from Nuxify/bugfix/flutter-secure-storage-issue
Browse files Browse the repository at this point in the history
fix: flutter secure storage issue
  • Loading branch information
JosesGabriel authored Nov 3, 2023
2 parents 85c9ce2 + d91520c commit a58cf35
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 138 deletions.
6 changes: 5 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<application
android:label="sophon"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true"
android:allowBackup="false"
android:fullBackupContent="false"
>
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Loading

0 comments on commit a58cf35

Please sign in to comment.