ConflictingVersionCodeException
class ConflictingVersionCodeException(val expected: Long, val actual: Long, val name: String) : SplitPackageException
Thrown when some APK splits are conflicting by their version code.
Thrown when some APK splits are conflicting by their version code.