UniPatcher icon indicating copy to clipboard operation
UniPatcher copied to clipboard

BillingClient in F-Droid build final apk

Open linsui opened this issue 3 years ago • 4 comments

It's pulled in by com.github.penn5:donations. Could you change it to another lib which doesn't depend on BillingClient? Thanks!

linsui avatar Jul 13 '22 12:07 linsui

Hello. Can you tell us in more detail what is the problem with BillingClient?

btimofeev avatar Aug 09 '22 06:08 btimofeev

Sorry, I should have make it clear. It's not FOSS so it's not allowed in F-Droid.

linsui avatar Aug 09 '22 08:08 linsui

F-Droid build does not use the billing client in any way.

The library provides a choice:

  • use billing to GooglePlay build
  • use payment via bitcoin for the rest builds

Perhaps there is some mention of client billing in the apk, but it is not used in this case.

If you know of a better library, please let me know.

btimofeev avatar Mar 16 '23 06:03 btimofeev

Though the billingclient is not used, it's always pulled in and packaged into the apk. I don't know if there is any FOSS alternative.

linsui avatar Mar 16 '23 07:03 linsui