Skip to content

Commit

Permalink
Fix missing query
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Aug 14, 2024
1 parent 682c2f6 commit 93e16c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<action android:name="org.unifiedpush.android.distributor.UNREGISTER" />
</intent>
</queries>
<queries>
<package android:name="com.google.android.gms" />
</queries>

<application>
<receiver android:name="org.unifiedpush.android.foss_embedded_fcm_distributor.fcm.FirebaseReceiver"
Expand Down

0 comments on commit 93e16c4

Please sign in to comment.