Use io.element.android as AAR group

This commit is contained in:
Hugh Nimmo-Smith
2025-03-17 12:34:15 +00:00
parent 9b36f197f1
commit d1f02fbee7
2 changed files with 3 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ jobs:
```
dependencies {
implementation 'io.element.call:element-call-embedded:${{ env.ARTIFACT_VERSION}}'
implementation 'io.element.android:element-call-embedded:${{ env.ARTIFACT_VERSION}}'
}
```