mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 11:59:19 +00:00
Add: Simple DAOs (4/5 in replacing SQLite with Room)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.looker.droidify.entity
|
||||
|
||||
// Redundant to Room's Installed
|
||||
class InstalledItem(
|
||||
val packageName: String,
|
||||
val version: String,
|
||||
|
Reference in New Issue
Block a user