mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-05 11:40:22 +00:00
Mobile Client: Fix relase internet access
This commit is contained in:
+2
-2
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user