Add missing parameter for the SNAPSHOT version of analytics library (#759)

* Unblock CI by adding missing parameter for the SNAPSHOT version of analytics library

* Use commit hash as version for now
This commit is contained in:
Jorge Martin Espinosa
2023-07-04 09:59:12 +02:00
committed by GitHub
parent ca6d931215
commit 59be2abf21
2 changed files with 3 additions and 2 deletions

View File

@@ -135,7 +135,8 @@ class MessageComposerPresenter @Inject constructor(
Composer(
inThread = false,
isEditing = composerMode.value is MessageComposerMode.Edit,
isReply = composerMode.value is MessageComposerMode.Reply
isReply = composerMode.value is MessageComposerMode.Reply,
isLocation = false,
)
)
}

View File

@@ -161,7 +161,7 @@ maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:2.0.0"
# Analytics
posthog = "com.posthog.android:posthog:2.0.3"
sentry_android = "io.sentry:sentry-android:6.24.0"
matrix_analytics_events = "com.github.matrix-org:matrix-analytics-events:main-SNAPSHOT"
matrix_analytics_events = "com.github.matrix-org:matrix-analytics-events:42b2faa417c1e95f430bf8f6e379adba25ad5ef8"
# Di
inject = "javax.inject:javax.inject:1"