Removed PREBUILT_REPOSITORIES

This commit is contained in:
Blatzar 2022-08-10 04:31:38 +02:00
parent 1321009837
commit 89354a8d5c
1 changed files with 5 additions and 5 deletions

View File

@ -21,12 +21,12 @@ import java.io.OutputStream
/** /**
* Comes with the app, always available in the app, non removable. * Comes with the app, always available in the app, non removable.
* */ * */
val PREBUILT_REPOSITORIES = arrayOf( val PREBUILT_REPOSITORIES = arrayOf<RepositoryData>(
// TODO FIX // TODO FIX
RepositoryData( // RepositoryData(
"Testing repository", // "Testing repository",
"https://raw.githubusercontent.com/recloudstream/cs-repos/master/test.json" // "https://raw.githubusercontent.com/recloudstream/cs-repos/master/test.json"
) // )
) )
data class Repository( data class Repository(