Skip to content

Commit

Permalink
Updates URL used for bipbop
Browse files Browse the repository at this point in the history
Also updates library version in README

Closes issue #23

Bug: 77334642
Change-Id: Ie914c0e2360a67c8393b699bbef2613ef4236498
  • Loading branch information
Fleker committed Jun 20, 2018
1 parent 8610eb7 commit c12b9c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This app uses the [TIF Companion Library](https://developer.android.com/training
The source code for the library is in the `library` directory. To use this library in your project,
copy the directory over or use the following Gradle dependency:

compile 'com.google.android.libraries.tv:companionlibrary:0.1'
compile 'com.google.android.libraries.tv:companionlibrary:0.4.1'

## Pre-requisites

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/rich_tv_input_xmltv_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ contents. For details, please see the documentation of XmlTvParser class.
channel="com.example.android.sampletvinput.2-3"
start="20150817000000 +0000"
stop="20150817003020 +0000"
video-src="https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8"
video-src="https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8"
video-type="HLS">
<title>Bip-Bop</title>
<desc>Bip-Bop sample video with captions</desc>
Expand Down
9 changes: 8 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ dependencies {
doclava 'com.google.doclava:doclava:1.0.6'
}

def packageVersion = '0.4'
/* Release process:
*
* Change package version
* generatePomFileForLibraryPublishPublication
* publishLibraryPublishPublicationToMavenLocal
* bintrayUpload
*/
def packageVersion = '0.4.1'

task sourceJar(type: Jar) {
classifier = 'sources'
Expand Down

0 comments on commit c12b9c0

Please sign in to comment.