mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 22:29:19 +00:00
Add: New Installer Logic
This commit is contained in:
@ -95,7 +95,13 @@ object RepositoryUpdater {
|
||||
repository: Repository, unstable: Boolean,
|
||||
callback: (Stage, Long, Long?) -> Unit
|
||||
): Single<Boolean> {
|
||||
return update(context, repository, listOf(IndexType.INDEX_V1, IndexType.INDEX), unstable, callback)
|
||||
return update(
|
||||
context,
|
||||
repository,
|
||||
listOf(IndexType.INDEX_V1, IndexType.INDEX),
|
||||
unstable,
|
||||
callback
|
||||
)
|
||||
}
|
||||
|
||||
private fun update(
|
||||
|
Reference in New Issue
Block a user