NoCompatibleSigner

data class NoCompatibleSigner(val repoIdWithCompatibleSigner: Long? = null) : AppIssue

An app that can not get updated, because all versions have an incompatible signer. There may be compatible versions in another repo.

Constructors

Link copied to clipboard
constructor(repoIdWithCompatibleSigner: Long? = null)

Properties