mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
Adjust donation links in foss build
This commit is contained in:
@@ -40,6 +40,7 @@ Currently supported models:
|
|||||||
## Support the project
|
## Support the project
|
||||||
|
|
||||||
* Buy the CAPod Pro In-App purchase on [Google Play](https://play.google.com/store/apps/details?id=eu.darken.capod)
|
* Buy the CAPod Pro In-App purchase on [Google Play](https://play.google.com/store/apps/details?id=eu.darken.capod)
|
||||||
|
* [Sponsor development](https://github.com/sponsors/d4rken) on GitHub
|
||||||
* Help translate CAPod [on Crowdin](https://crowdin.com/project/capod)
|
* Help translate CAPod [on Crowdin](https://crowdin.com/project/capod)
|
||||||
|
|
||||||
## Get help
|
## Get help
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ class UpgradeControlFoss @Inject constructor(
|
|||||||
upgradedAt = Instant.now(),
|
upgradedAt = Instant.now(),
|
||||||
reason = FossUpgrade.Reason.DONATED
|
reason = FossUpgrade.Reason.DONATED
|
||||||
)
|
)
|
||||||
webpageTool.open("https://github.com/d4rken-org/capod")
|
webpageTool.open("https://github.com/d4rken-org/capod#support-the-project")
|
||||||
Toast.makeText(activity, R.string.general_thank_you_label, Toast.LENGTH_SHORT).show()
|
Toast.makeText(activity, R.string.general_thank_you_label, Toast.LENGTH_SHORT).show()
|
||||||
}
|
}
|
||||||
setNegativeButton(R.string.foss_upgrade_alreadydonated_label) { _, _ ->
|
setNegativeButton(R.string.foss_upgrade_alreadydonated_label) { _, _ ->
|
||||||
|
|||||||
Reference in New Issue
Block a user