Skip to content

Commit

Permalink
🐛: I think i fixed the internet problem lol
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Apr 2, 2024
1 parent 060d906 commit d368934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions frontend/app_student/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:label="app_student"
android:name="${applicationName}"
Expand Down Expand Up @@ -41,6 +45,4 @@
<data android:mimeType="text/plain"/>
</intent>
</queries>

<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
2 changes: 1 addition & 1 deletion frontend/app_student/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+4
version: 1.0.0+5

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit d368934

Please sign in to comment.