Skip to content

Commit

Permalink
add com.google.android.gms.ads.APPLICATION_ID to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkishor1991 committed Oct 19, 2024
1 parent 9743300 commit 0cb9e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
<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" />
Expand Down

0 comments on commit 0cb9e20

Please sign in to comment.