Skip to content

Commit

Permalink
🚀 add metadata for google ad id
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 22, 2024
1 parent ef69d71 commit f6768de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" />
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />

<application
android:name=".presentation.DefaultPengcookApplication"
Expand Down

0 comments on commit f6768de

Please sign in to comment.