[2.15.0][增量升级] 增加本地配置是否支持增量升级并记录此状态

This commit is contained in:
renwj
2023-03-31 16:30:20 +08:00
parent 4a21db3cab
commit fe5616622e
7 changed files with 32 additions and 33 deletions

View File

@@ -4,7 +4,7 @@ import com.alibaba.android.arouter.facade.template.IProvider
interface IMoGoUpgradeProvider: IProvider {
suspend fun recordUpgradeRecord(sn: String, mac: String, type: String?)
suspend fun recordUpgradeRecord(sn: String, mac: String, type: String?, isSupportPatch: Boolean)
suspend fun recordUpgradeRequestStart()