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