From 1354f711259b5df242cadce2dcc6e20dc2d3961a Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 13 Jun 2018 16:27:16 -0700 Subject: [PATCH] Updated library version in README 0.1 -> 0.4.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ee45e4..afb4c3c4 100644 --- a/README.md +++ b/README.md @@ -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