Skip to content

Commit

Permalink
Added billing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Feb 26, 2022
1 parent 7dd05e1 commit c1fc58b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Expand Up @@ -9,6 +9,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.android.vending.BILLING" />

<application
android:name="${applicationName}"
Expand Down
7 changes: 7 additions & 0 deletions pubspec.lock
Expand Up @@ -861,6 +861,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
purchases_flutter:
dependency: "direct main"
description:
name: purchases_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.9.5"
quiver:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Expand Up @@ -55,6 +55,7 @@ dependencies:
path_provider: ^2.0.8
permission_handler: ^8.3.0
pull_to_refresh: ^2.0.0
purchases_flutter: ^3.9.5
rate_my_app: ^1.1.1+1
responsive_builder: ^0.4.1
responsive_grid: ^2.0.0
Expand Down

0 comments on commit c1fc58b

Please sign in to comment.