Skip to content

Commit

Permalink
Remove default internet permission on android
Browse files Browse the repository at this point in the history
  • Loading branch information
jerameel committed May 1, 2022
1 parent 5b18c9b commit 7fbdbc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.jerameeldelosreyes.sushi"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.4"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jerameeldelosreyes.sushi">

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

<application
android:name=".MainApplication"
Expand Down

0 comments on commit 7fbdbc9

Please sign in to comment.