mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2026-03-22 08:38:24 +05:00
add version to StorageData
This commit is contained in:
@@ -8,6 +8,7 @@ data class StorageData(
|
||||
val schema: Int,
|
||||
val id: String,
|
||||
val name: String,
|
||||
val version: String,
|
||||
val author: String,
|
||||
val description: String,
|
||||
val dependencies: List<String> = emptyList(),
|
||||
|
||||
@@ -219,6 +219,7 @@ abstract class BaseRepoViewModel(application: Application) : AndroidViewModel(ap
|
||||
item.schema,
|
||||
item.id,
|
||||
item.name,
|
||||
item.version,
|
||||
item.author,
|
||||
item.description,
|
||||
item.dependencies,
|
||||
|
||||
Reference in New Issue
Block a user