Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Video Players committed Aug 14, 2019
1 parent 74daeff commit bde4c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clappr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'org.jetbrains.dokka-android'
apply from: 'versioning.gradle'

group = 'io.clappr.player'
version = '0.27.0'
version = '0.27.1'

def publishAttrs = buildPublishAttrs(version)

Expand Down
1 change: 1 addition & 0 deletions doc/clappr/io.clappr.player/-player/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Once instantiated it should be [configured](configure.md) and added to a view hi
| Name | Summary |
|---|---|
| [configure](configure.md) | `open fun configure(options: `[`Options`](../../io.clappr.player.base/-options/index.md)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Configure Player. This configuration must be performed before adding fragment to a view hierarchy. |
| [destroyCore](destroy-core.md) | `fun destroyCore(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) |
| [holdKeyEvent](hold-key-event.md) | `fun holdKeyEvent(event: `[`KeyEvent`](https://developer.android.com/reference/android/view/KeyEvent.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) |
| [load](load.md) | `fun load(source: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, mimeType: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null): `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Load a new media. Always make sure that the stop() method was called before invoking this`fun load(source: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`): `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
| [onCreateView](on-create-view.md) | `open fun onCreateView(inflater: `[`LayoutInflater`](https://developer.android.com/reference/android/view/LayoutInflater.html)`, container: `[`ViewGroup`](https://developer.android.com/reference/android/view/ViewGroup.html)`?, savedInstanceState: `[`Bundle`](https://developer.android.com/reference/android/os/Bundle.html)`?): `[`View`](https://developer.android.com/reference/android/view/View.html) |
Expand Down

0 comments on commit bde4c15

Please sign in to comment.