mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
Exclude billing client for F-Droid build
This commit is contained in:
parent
12aa2f074b
commit
0482232a0f
1 changed files with 2 additions and 1 deletions
|
@ -357,7 +357,8 @@ dependencies {
|
||||||
|
|
||||||
// https://developer.android.com/google/play/billing/billing_library_releases_notes
|
// https://developer.android.com/google/play/billing/billing_library_releases_notes
|
||||||
// https://android-developers.googleblog.com/2020/06/meet-google-play-billing-library.html
|
// https://android-developers.googleblog.com/2020/06/meet-google-play-billing-library.html
|
||||||
implementation "com.android.billingclient:billing:$billingclient_version"
|
githubImplementation "com.android.billingclient:billing:$billingclient_version"
|
||||||
|
playImplementation "com.android.billingclient:billing:$billingclient_version"
|
||||||
|
|
||||||
// https://javaee.github.io/javamail/
|
// https://javaee.github.io/javamail/
|
||||||
// https://projects.eclipse.org/projects/ee4j.javamail
|
// https://projects.eclipse.org/projects/ee4j.javamail
|
||||||
|
|
Loading…
Reference in a new issue