Add sponsor link to settings toolbar

This commit is contained in:
darken
2022-09-14 21:15:21 +02:00
parent 26e8840484
commit 9b4f2477e4
4 changed files with 21 additions and 1 deletions
@@ -9,6 +9,8 @@ interface UpgradeRepo {
fun launchBillingFlow(activity: Activity)
fun getSponsorUrl(): String? = null
interface Info {
val type: Type