mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
optimize import
This commit is contained in:
parent
aacb8d5a42
commit
a8f3dcc8c7
1 changed files with 0 additions and 3 deletions
|
@ -1,13 +1,10 @@
|
||||||
package net.foucry.pilldroid.databases;
|
package net.foucry.pilldroid.databases;
|
||||||
|
|
||||||
import androidx.room.AutoMigration;
|
|
||||||
import androidx.room.Database;
|
import androidx.room.Database;
|
||||||
import androidx.room.RoomDatabase;
|
import androidx.room.RoomDatabase;
|
||||||
|
|
||||||
import net.foucry.pilldroid.dao.MedicinesDAO;
|
import net.foucry.pilldroid.dao.MedicinesDAO;
|
||||||
import net.foucry.pilldroid.dao.PrescriptionsDAO;
|
|
||||||
import net.foucry.pilldroid.models.Medicine;
|
import net.foucry.pilldroid.models.Medicine;
|
||||||
import net.foucry.pilldroid.models.Prescription;
|
|
||||||
|
|
||||||
@Database(
|
@Database(
|
||||||
version = 1,
|
version = 1,
|
||||||
|
|
Loading…
Reference in a new issue