File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
77The 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
5252Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments