fix build

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/27/head
androidacy-user 2 years ago
parent 70e6bf7ca6
commit d51dbef19f

@ -14,6 +14,7 @@ import java.util.concurrent.atomic.AtomicBoolean
class RepoUpdater(val repoData: RepoData) {
private var indexRaw: ByteArray? = null
public var repoData = repoData
private var toUpdate: List<RepoModule>? = null
private var toApply: Collection<RepoModule>? = null
fun fetchIndex(): Int {
@ -377,4 +378,4 @@ class RepoUpdater(val repoData: RepoData) {
}
return success.get()
}
}
}

Loading…
Cancel
Save