btimofeev / UniPatcher

A game console ROM patcher for Android
GNU General Public License v3.0
155 stars 18 forks source link

BillingClient in F-Droid build final apk #66

Open linsui opened 2 years ago

linsui commented 2 years ago

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

btimofeev commented 2 years ago

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

linsui commented 2 years ago

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

btimofeev commented 1 year ago

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

The library provides a choice:

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.

linsui commented 1 year ago

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.