Skip to content

Commit

Permalink
chore: prepare deploy library version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsa28s committed Feb 2, 2023
1 parent de27b61 commit 87643bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The easiest way to get started using VideoPlayer component is to add it as a gra
of your app module.

```gradle
implementation 'io.sanghun:compose-video:1.0.0'
implementation 'io.sanghun:compose-video:1.0.1'
```

or if your project using `build.gradle.kts`

```kotlin
implementation("io.sanghun:compose-video:1.0.0")
implementation("io.sanghun:compose-video:1.0.1")
```

### Preview 📸
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
# compose-video library version
version=1.0.1
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
PUBLISH_GROUP_ID = 'io.sanghun'
PUBLISH_VERSION = '1.0.0'
PUBLISH_VERSION = '1.0.1'
PUBLISH_ARTIFACT_ID = 'compose-video'
PUBLISH_DESCRIPTION = 'Video UI Component for Jetpack Compose (Powered by ExoPlayer)'
PUBLISH_URL = 'https://github.com/dsa28s/compose-video'
Expand Down

0 comments on commit 87643bc

Please sign in to comment.