We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4971d1 + 713e294 commit 8490950Copy full SHA for 8490950
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-elimuAppstore = "2.5.67"
+elimuAppstore = "2.5.68"
3
commonsIo = "2.19.0"
4
agp = "8.6.1"
5
material = "1.12.0"
utils/src/main/java/ai/elimu/content_provider/utils/ContentProviderUtil.kt
@@ -150,9 +150,9 @@ object ContentProviderUtil {
150
"wordGson.getText(): \"" + wordGson.text + "\""
151
)
152
val wordAssessmentEventGsons = EventProviderUtil.getWordAssessmentEventGsonsByWord(
153
- wordGson,
154
- context,
155
- analyticsApplicationId
+ wordGson = wordGson,
+ context = context,
+ analyticsApplicationId = analyticsApplicationId
156
157
Log.i(
158
TAG,
0 commit comments