From d51dbef19f2fc311c5b6e1b42570b32ab46ddd81 Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Thu, 8 Jun 2023 02:17:37 +0000 Subject: [PATCH] fix build Signed-off-by: androidacy-user --- app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.kt b/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.kt index 4802997..7a1ccdd 100644 --- a/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.kt +++ b/app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.kt @@ -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? = null private var toApply: Collection? = null fun fetchIndex(): Int { @@ -377,4 +378,4 @@ class RepoUpdater(val repoData: RepoData) { } return success.get() } -} \ No newline at end of file +}