Misc fixes for update checking
This commit is contained in:
@@ -3,6 +3,8 @@ package be.mygod.vpnhotspot.util
|
||||
import android.app.Activity
|
||||
|
||||
interface AppUpdate {
|
||||
class IgnoredException(cause: Throwable?) : RuntimeException(cause)
|
||||
|
||||
val downloaded: Boolean? get() = null
|
||||
val message: String? get() = null
|
||||
val stalenessDays: Int? get() = null
|
||||
|
||||
Reference in New Issue
Block a user