Skip to content

Commit

Permalink
Fdroid 2 - remove billing permissions (#397)
Browse files Browse the repository at this point in the history
* remove play services

* remove play services util class

* get rid of billing permission
  • Loading branch information
corbinlc authored Nov 17, 2018
1 parent 4f4ee54 commit 60f6ef0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation "com.android.support:design:$support_library_version"
implementation "com.android.support:preference-v7:$support_library_version"
implementation "com.android.billingclient:billing:1.1"

testImplementation 'junit:junit:4.12'
testImplementation "org.mockito:mockito-core:$mockito_version"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="com.android.vending.BILLING" />

<application
android:allowBackup="false"
Expand Down

0 comments on commit 60f6ef0

Please sign in to comment.