Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Removed unused INTERNET permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran Remtulla committed Apr 3, 2023
1 parent 7d1631f commit b93d8c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.imranr.circular_video_recorder">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="Circular Video Recorder"
android:name="${applicationName}"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.1.0+7
version: 2.1.1+8

environment:
sdk: '>=2.18.0-146.0.dev <3.0.0'
Expand Down

0 comments on commit b93d8c8

Please sign in to comment.