Skip to content

Commit

Permalink
Adding Billing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzemehdi committed Feb 19, 2024
1 parent 56b9ae6 commit 79f360f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions androidApp/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="com.android.vending.BILLING" />
<application
android:name=".MainApplication"
android:allowBackup="true"
Expand Down

0 comments on commit 79f360f

Please sign in to comment.