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:
Evgeny Poberezkin
2021-10-03 19:59:08 +01:00
committed by GitHub
parent a39cd2990f
commit e198424da8
81 changed files with 250 additions and 460 deletions
@@ -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>