Add: Simple DAOs (4/5 in replacing SQLite with Room)

This commit is contained in:
machiav3lli
2021-10-15 00:47:46 +02:00
parent d07a04d2db
commit 2d51310c08
5 changed files with 152 additions and 2 deletions

View File

@ -1,5 +1,6 @@
package com.looker.droidify.entity
// Redundant to Room's Installed
class InstalledItem(
val packageName: String,
val version: String,