Analytics: track screen MobileScreen.ScreenName.RoomCall

This commit is contained in:
Benoit Marty 2024-06-03 17:54:31 +02:00
parent 5835a025b4
commit 8e6bf997dc
6 changed files with 84 additions and 15 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
plugins {
id("io.element.android-library")
id("io.element.android-compose-library")
}
android {
@ -24,5 +24,6 @@ android {
dependencies {
implementation(projects.services.analytics.api)
implementation(projects.libraries.core)
implementation(projects.tests.testutils)
implementation(libs.coroutines.core)
}