mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Use io.element.android as AAR group
This commit is contained in:
@@ -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}}'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ repositories {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.call"
|
||||
namespace = "io.element.android"
|
||||
|
||||
defaultConfig {
|
||||
compileSdk = 35
|
||||
@@ -32,7 +32,7 @@ mavenPublishing {
|
||||
signAllPublications()
|
||||
|
||||
val version = System.getenv("EC_VERSION")
|
||||
coordinates("io.element.call", "element-call-embedded", version)
|
||||
coordinates("io.element.android", "element-call-embedded", version)
|
||||
pom {
|
||||
name = "Embedded Element Call for Android"
|
||||
description.set("Android AAR package containing an embedded build of the Element Call widget.")
|
||||
|
||||
Reference in New Issue
Block a user