Track NotificationTroubleshoot screen

This commit is contained in:
Benoit Marty 2024-03-27 16:11:24 +01:00 committed by Benoit Marty
parent 5b74a71183
commit 12a1cf048e
4 changed files with 94 additions and 1 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
plugins {
id("io.element.android-library")
id("io.element.android-compose-library")
}
android {
@ -23,6 +23,8 @@ android {
dependencies {
api(projects.services.analyticsproviders.api)
api(projects.services.toolbox.api)
api(libs.appyx.core)
implementation(libs.coroutines.core)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.core)