Skip to content

Commit

Permalink
remove unused permission
Browse files Browse the repository at this point in the history
  • Loading branch information
asafonov committed Apr 15, 2024
1 parent 4d0b4ec commit 3bcefa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.asafonov.accelerace"
minSdkVersion 21
targetSdkVersion 33
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.4"
}
buildTypes {
release {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package="org.asafonov.accelerace"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:fullBackupContent="true"
Expand Down

0 comments on commit 3bcefa4

Please sign in to comment.