SA-226 Add Internet permissions

This commit is contained in:
shchoholiev 2023-12-16 13:06:05 -05:00
parent eb4dbbd28b
commit c2b2e429cb
2 changed files with 2 additions and 1 deletions

View File

@ -30,4 +30,5 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<uses-permission android:name="android.permission.INTERNET" />
</manifest>

View File

@ -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+1
version: 1.0.0+2
environment:
sdk: '>=3.1.4 <4.0.0'