Skip to content

Commit 8490950

Browse files
authored
Merge pull request #381 from elimu-ai/appstore-2.5.68
chore(deps): appstore-2.5.68
2 parents f4971d1 + 713e294 commit 8490950

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-
elimuAppstore = "2.5.67"
2+
elimuAppstore = "2.5.68"
33
commonsIo = "2.19.0"
44
agp = "8.6.1"
55
material = "1.12.0"

utils/src/main/java/ai/elimu/content_provider/utils/ContentProviderUtil.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ object ContentProviderUtil {
150150
"wordGson.getText(): \"" + wordGson.text + "\""
151151
)
152152
val wordAssessmentEventGsons = EventProviderUtil.getWordAssessmentEventGsonsByWord(
153-
wordGson,
154-
context,
155-
analyticsApplicationId
153+
wordGson = wordGson,
154+
context = context,
155+
analyticsApplicationId = analyticsApplicationId
156156
)
157157
Log.i(
158158
TAG,

0 commit comments

Comments
 (0)