Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Sep 25, 2018
1 parent c79005c commit 757f603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Download](https://api.bintray.com/packages/saschpe/maven/android-exoplayer2-ext-icy/images/download.svg)](https://bintray.com/saschpe/maven/android-exoplayer2-ext-icy/_latestVersion)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://travis-ci.org/saschpe/android-exoplayer2-ext-icy.svg?branch=master)](https://travis-ci.org/saschpe/android-exoplayer2-ext-icy)
<a href="http://www.methodscount.com/?lib=saschpe.android%3Aandroid-exoplayer2-ext-icy%3A1.0.1"><img src="https://img.shields.io/badge/Methods and size-core: 100 | deps: 19640 | 25 KB-e91e63.svg"/></a>
<a href="http://www.methodscount.com/?lib=saschpe.android%3Aandroid-exoplayer2-ext-icy%3A1.1.0"><img src="https://img.shields.io/badge/Methods and size-core: 100 | deps: 19640 | 25 KB-e91e63.svg"/></a>

The Shoutcast Metadata Protocol extension provides **IcyHttpDataSource** and
**IcyHttpDataSourceFactory** which can parse ICY metadata information such as stream name and
Expand Down Expand Up @@ -46,7 +46,7 @@ val mediaSource = ExtractorMediaSource.Factory(dataSourceFactory)

# Download
```groovy
implementation 'saschpe.android:exoplayer2-ext-icy:1.0.1'
implementation 'saschpe.android:exoplayer2-ext-icy:1.1.0'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
2 changes: 1 addition & 1 deletion exoplayer2-ext-icy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionName '1.0.1'
versionName '1.1.0'
}

buildTypes {
Expand Down

0 comments on commit 757f603

Please sign in to comment.