mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Add: Repository sample data
This commit is contained in:
parent
1a2e25c112
commit
6515dca151
@ -1,6 +1,7 @@
|
||||
package com.looker.droidify.utility
|
||||
|
||||
import com.looker.droidify.database.entity.Release
|
||||
import com.looker.droidify.database.entity.Repository
|
||||
|
||||
object SampleData {
|
||||
val demoRelease = Release(
|
||||
@ -29,4 +30,20 @@ object SampleData {
|
||||
platforms = listOf(),
|
||||
incompatibilities = listOf()
|
||||
)
|
||||
val demoRepository = Repository(
|
||||
0,
|
||||
"https://f-droid.org/repo",
|
||||
emptyList(),
|
||||
"F-Droid",
|
||||
"The official F-Droid Free Software repository. " +
|
||||
"Everything in this repository is always built from the source code.",
|
||||
21,
|
||||
true,
|
||||
"43238D512C1E5EB2D6569F4A3AFBF5523418B82E0A3ED1552770ABB9A9C9CCAB",
|
||||
"",
|
||||
"",
|
||||
0L,
|
||||
0L,
|
||||
""
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user