Skip to content

Commit

Permalink
Merge pull request #27 from 5AbhishekSaxena/development
Browse files Browse the repository at this point in the history
Remove unnecessary permissions.
  • Loading branch information
5AbhishekSaxena authored Jan 13, 2023
2 parents 92f88f1 + 1c56617 commit 304deac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.abhishek.germanPocketDictionary"
minSdk 21
targetSdkVersion 32
versionCode 14
versionName '2.0.1'
versionCode 15
versionName '2.0.2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

//Defining Log debugging
Expand Down
16 changes: 0 additions & 16 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

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

<application
android:name=".GPDApplication"
android:icon="@mipmap/ic_launcher"
Expand All @@ -26,19 +23,6 @@
</intent-filter>

</activity>

<!-- <activity-->
<!-- android:name=".activity.MainActivity"-->
<!-- android:screenOrientation="portrait"-->
<!-- android:hardwareAccelerated="true"-->
<!-- android:launchMode="singleTop"-->
<!-- android:exported="true">-->

<!-- <meta-data-->
<!-- android:name="android.app.default_searchable"-->
<!-- android:value=".SearchResultsActivity" />-->

<!-- </activity>-->
</application>

</manifest>

0 comments on commit 304deac

Please sign in to comment.