Skip to content

Commit 3a45597

Browse files
committed
1 parent 54c3743 commit 3a45597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/ai/elimu/content_provider/room/GsonToRoomConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ object GsonToRoomConverter {
9494
word.usageCount = wordGson.usageCount
9595

9696
// Word
97-
word.text = wordGson.text
97+
word.text = wordGson.toString()
9898
word.wordType = wordGson.wordType
9999

100100
return word

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
elimuAppstore = "2.5.93"
2+
elimuAppstore = "2.5.94"
33
commonsIo = "2.20.0"
44
agp = "8.6.1"
55
material = "1.13.0"

0 commit comments

Comments
 (0)