Skip to content

Commit c12b9c0

Browse files
committed
Updates URL used for bipbop
Also updates library version in README Closes issue #23 Bug: 77334642 Change-Id: Ie914c0e2360a67c8393b699bbef2613ef4236498
1 parent 8610eb7 commit c12b9c0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This app uses the [TIF Companion Library](https://developer.android.com/training
2222
The source code for the library is in the `library` directory. To use this library in your project,
2323
copy the directory over or use the following Gradle dependency:
2424

25-
compile 'com.google.android.libraries.tv:companionlibrary:0.1'
25+
compile 'com.google.android.libraries.tv:companionlibrary:0.4.1'
2626

2727
## Pre-requisites
2828

app/src/main/res/raw/rich_tv_input_xmltv_feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ contents. For details, please see the documentation of XmlTvParser class.
152152
channel="com.example.android.sampletvinput.2-3"
153153
start="20150817000000 +0000"
154154
stop="20150817003020 +0000"
155-
video-src="https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8"
155+
video-src="https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8"
156156
video-type="HLS">
157157
<title>Bip-Bop</title>
158158
<desc>Bip-Bop sample video with captions</desc>

library/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ dependencies {
5757
doclava 'com.google.doclava:doclava:1.0.6'
5858
}
5959

60-
def packageVersion = '0.4'
60+
/* Release process:
61+
*
62+
* Change package version
63+
* generatePomFileForLibraryPublishPublication
64+
* publishLibraryPublishPublicationToMavenLocal
65+
* bintrayUpload
66+
*/
67+
def packageVersion = '0.4.1'
6168

6269
task sourceJar(type: Jar) {
6370
classifier = 'sources'

0 commit comments

Comments
 (0)