mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-11-04 04:04:18 +00:00
Initial commit
This commit is contained in:
.gitignore.metadataREADME.mdsettings.gradle
android
app
build.gradle
build.gradlegradle.propertiessrc
debug
main
AndroidManifest.xml
java
org
communiquons
comunic
res
drawable
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
values
profile
gradle
wrapper
ios
Flutter
Runner.xcodeproj
Runner.xcworkspace
Runner
AppDelegate.hAppDelegate.m
Assets.xcassets
AppIcon.appiconset
Contents.jsonIcon-App-1024x1024@1x.pngIcon-App-20x20@1x.pngIcon-App-20x20@2x.pngIcon-App-20x20@3x.pngIcon-App-29x29@1x.pngIcon-App-29x29@2x.pngIcon-App-29x29@3x.pngIcon-App-40x40@1x.pngIcon-App-40x40@2x.pngIcon-App-40x40@3x.pngIcon-App-60x60@2x.pngIcon-App-60x60@3x.pngIcon-App-76x76@1x.pngIcon-App-76x76@2x.pngIcon-App-83.5x83.5@2x.png
LaunchImage.imageset
Base.lproj
Info.plistmain.mlib
pubspec.lockpubspec.yamltest
7
android/app/src/profile/AndroidManifest.xml
Normal file
7
android/app/src/profile/AndroidManifest.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.communiquons.comunic">
|
||||
<!-- 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