Skip to content

Commit

Permalink
add permission instead of application id to fix play store error while
Browse files Browse the repository at this point in the history
releasing
  • Loading branch information
kamalkishor1991 committed Oct 19, 2024
1 parent 0cb9e20 commit 7d085be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@
<meta-data
android:name="firebase_analytics_collection_deactivated"
android:value="@bool/FIREBASE_ANALYTICS_DEACTIVATED" />
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-6847037498271557~7057578612"/>
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

<uses-feature
android:name="android.hardware.camera"
Expand Down

0 comments on commit 7d085be

Please sign in to comment.