Split play and other version

This commit is contained in:
世界
2023-11-09 13:05:56 +08:00
parent d10c6ebd7e
commit d45e2af1c2
8 changed files with 154 additions and 65 deletions

View File

@@ -0,0 +1,15 @@
package io.nekohasekai.sfa.vendor
import android.app.Activity
object Vendor : VendorInterface {
override fun checkUpdateAvailable(): Boolean {
return false
}
override fun checkUpdate(activity: Activity, byUser: Boolean) {
}
}