mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-07 08:52:40 +00:00
move flutter app to packages (#112)
* remove flutter app from root * add flutter app to packages * ci: haskell build only on haskell changes * update app identifiers
This commit is contained in:
committed by
GitHub
parent
a39cd2990f
commit
e198424da8
@@ -0,0 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="chat.simplex.app">
|
||||
<!-- Flutter needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user