Skip to content

Commit 757f603

Browse files
committed
Bump to version 1.1.0
1 parent c79005c commit 757f603

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![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)
33
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
44
[![Build Status](https://travis-ci.org/saschpe/android-exoplayer2-ext-icy.svg?branch=master)](https://travis-ci.org/saschpe/android-exoplayer2-ext-icy)
5-
<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>
5+
<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>
66

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

4747
# Download
4848
```groovy
49-
implementation 'saschpe.android:exoplayer2-ext-icy:1.0.1'
49+
implementation 'saschpe.android:exoplayer2-ext-icy:1.1.0'
5050
```
5151

5252
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

exoplayer2-ext-icy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
defaultConfig {
3737
minSdkVersion 15
3838
targetSdkVersion 28
39-
versionName '1.0.1'
39+
versionName '1.1.0'
4040
}
4141

4242
buildTypes {

0 commit comments

Comments
 (0)