Skip to content

Commit

Permalink
🚀 exclude permission.AD_ID permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 22, 2024
1 parent b8e87d8 commit 6fafb56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/an-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

distribute:
name: Deploy aab file to Google Play Console
needs: build_test
# needs: build_test
runs-on: ubuntu-latest

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


<uses-feature
android:name="android.hardware.camera"
android:required="true" />
Expand All @@ -15,6 +16,7 @@
android:maxSdkVersion="32" />
<!--카메라 권한 -->
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" />

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

0 comments on commit 6fafb56

Please sign in to comment.