Skip to content

Commit f5ac760

Browse files
authored
Merge pull request #212 from elimu-ai/model-2.0.88
chore(deps): model-2.0.88
2 parents 8a5494d + a0bd383 commit f5ac760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-
elimuModel = "model-2.0.84"
2+
elimuModel = "model-2.0.88"
33
elimuAnalytics = "3.1.28"
44
commonsIo = "2.17.0"
55
material = "1.5.0"

utils/src/main/java/ai/elimu/content_provider/utils/converter/CursorToWordAssessmentEventGsonConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object CursorToWordAssessmentEventGsonConverter {
5454
wordAssessmentEventGson.id = id
5555
wordAssessmentEventGson.androidId = androidId
5656
wordAssessmentEventGson.packageName = packageName
57-
wordAssessmentEventGson.time = time
57+
wordAssessmentEventGson.timestamp = time
5858
wordAssessmentEventGson.wordId = wordId
5959
wordAssessmentEventGson.wordText = wordText
6060
wordAssessmentEventGson.masteryScore = masteryScore

utils/src/main/java/ai/elimu/content_provider/utils/converter/CursorToWordLearningEventGsonConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object CursorToWordLearningEventGsonConverter {
5252
wordLearningEventGson.id = id
5353
wordLearningEventGson.androidId = androidId
5454
wordLearningEventGson.packageName = packageName
55-
wordLearningEventGson.time = time
55+
wordLearningEventGson.timestamp = time
5656
wordLearningEventGson.wordId = wordId
5757
wordLearningEventGson.wordText = wordText
5858
wordLearningEventGson.learningEventType = learningEventType

0 commit comments

Comments
 (0)