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:
committed by
GitHub
parent
ca6d931215
commit
59be2abf21
@@ -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,
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user