Skip to content

Commit d51dbef

Browse files
fix build
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 70e6bf7 commit d51dbef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import java.util.concurrent.atomic.AtomicBoolean
1414

1515
class RepoUpdater(val repoData: RepoData) {
1616
private var indexRaw: ByteArray? = null
17+
public var repoData = repoData
1718
private var toUpdate: List<RepoModule>? = null
1819
private var toApply: Collection<RepoModule>? = null
1920
fun fetchIndex(): Int {
@@ -377,4 +378,4 @@ class RepoUpdater(val repoData: RepoData) {
377378
}
378379
return success.get()
379380
}
380-
}
381+
}

0 commit comments

Comments
 (0)