Remove in-app sponsor

This commit is contained in:
世界
2024-02-17 10:02:58 +08:00
parent 557ed643e0
commit a35318ded2
8 changed files with 3 additions and 201 deletions

View File

@@ -11,11 +11,4 @@ object Vendor : VendorInterface {
override fun checkUpdate(activity: Activity, byUser: Boolean) {
}
override fun initializeBillingClient(activity: Activity) {
}
override fun startSponsor(activity: Activity, fallback: () -> Unit) {
fallback()
}
}