Skip to content

Commit

Permalink
chore(*): rename project to live-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Dec 14, 2021
1 parent a4c935a commit 635328c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ On build.gradle add the following code in dependencies:

```groovy
dependencies {
implementation 'video.api:android-livestream:0.3.0'
implementation 'video.api:android-live-stream:0.3.1'
}
```

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

POM_NAME=android-livestream
POM_ARTIFACT_ID=android-livestream
POM_NAME=android-live-stream
POM_ARTIFACT_ID=android-live-stream
POM_PACKAGING=aar

VERSION_NAME=0.3.0
VERSION_CODE=2
VERSION_NAME=0.3.1
VERSION_CODE=3
GROUP=video.api

POM_DESCRIPTION=Kotlin Android livestream module for api.video service.
POM_DESCRIPTION=Android live stream module for api.video service.
POM_URL=https://github.com/apivideo/api.video-android-live-stream
POM_SCM_URL=https://github.com/apivideo/api.video-android-live-stream.git
POM_SCM_CONNECTION=scm:git@github.com:apivideo/api.video-android-live-stream.git
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':livestream'
include ':example'
rootProject.name = "livestream"
rootProject.name = "live-stream"

0 comments on commit 635328c

Please sign in to comment.