-
I want to publish my icon pack on F-Droid. To do this I need to remove the BillingClient dependency, (How) can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
Donnnno
May 10, 2023
Replies: 1 comment
-
Hey! If you're interested in publishing your icon pack to F-Droid, you should check out Candybar FOSS here: https://github.com/Donnnno/candybar-foss It works basically the same as regular Candybar, you just have to change this line: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sarsamurmu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! If you're interested in publishing your icon pack to F-Droid, you should check out Candybar FOSS here: https://github.com/Donnnno/candybar-foss
It works basically the same as regular Candybar, you just have to change this line:
implementation 'com.github.zixpo:candybar:3.16.2'
to this in your build.gradle:
implementation 'com.github.Donnnno:candybar-foss:3.16.2'