Mobile Client: Fix relase internet access

This commit is contained in:
Arthi-chaud
2022-02-09 15:52:46 +01:00
parent f1fb8e0162
commit a3d34694cd
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -12,6 +12,6 @@ RUN flutter pub get
COPY . . COPY . .
# Generate traduction files # Generate traduction files
RUN fkutter gen-l10n RUN flutter gen-l10n
RUN flutter build apk lib/src/main.dart RUN flutter build apk lib/src/main.dart
CMD mv ./build/app/outputs/flutter-apk/app-release.apk /dist/aeris_android.apk CMD ls /dist && mv ./build/app/outputs/flutter-apk/app-release.apk /dist/aeris_android.apk
@@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.aeris.mobile"> package="com.aeris.mobile">
<uses-permission android:name="android.permission.INTERNET" />
<application <application
android:label="Aeris" android:label="Aeris"
android:name="${applicationName}" android:name="${applicationName}"