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:
parent
ca6d931215
commit
59be2abf21
2 changed files with 3 additions and 2 deletions
|
|
@ -135,7 +135,8 @@ class MessageComposerPresenter @Inject constructor(
|
||||||
Composer(
|
Composer(
|
||||||
inThread = false,
|
inThread = false,
|
||||||
isEditing = composerMode.value is MessageComposerMode.Edit,
|
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
|
# Analytics
|
||||||
posthog = "com.posthog.android:posthog:2.0.3"
|
posthog = "com.posthog.android:posthog:2.0.3"
|
||||||
sentry_android = "io.sentry:sentry-android:6.24.0"
|
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
|
# Di
|
||||||
inject = "javax.inject:javax.inject:1"
|
inject = "javax.inject:javax.inject:1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue