Created
November 11, 2018 20:45
-
-
Save sienatime/5b1a0cccdd1c8801d016d4d3128c40a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Database(entities = { | |
Entry.class, Sense.class, CrossReference.class, EntryFts.class | |
}, version = 4, exportSchema = false) public abstract class AppDatabase extends RoomDatabase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment