Migrates Monster class to be storable in roomdb.

This commit is contained in:
2021-04-17 20:43:19 -07:00
committed by Tom Hicks
parent ca6a319bd9
commit b5834f3db2
18 changed files with 1218 additions and 1257 deletions

View File

@@ -87,4 +87,5 @@ dependencies {
// optional - Test helpers
//testImplementation "androidx.room:room-testing:$room_version"
implementation 'com.google.code.gson:gson:2.8.6'
}