From 8fc4a9ac7dd39a82164348c4c82cdb5d4372559a Mon Sep 17 00:00:00 2001 From: Alexey Danilov Date: Fri, 29 Jul 2016 17:30:16 +0300 Subject: [PATCH] :package: release 2.5.0 --- README.md | 2 +- library/build.gradle | 2 +- sample/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56d4be1..8cebea3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ repositories { jcenter() } dependencies { - compile 'com.danikula:videocache:2.4.0' + compile 'com.danikula:videocache:2.5.0' } ``` diff --git a/library/build.gradle b/library/build.gradle index 348519a..147ed5a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -29,7 +29,7 @@ publish { userOrg = 'alexeydanilov' groupId = 'com.danikula' artifactId = 'videocache' - publishVersion = '2.4.0' + publishVersion = '2.5.0' description = 'Cache support for android VideoView' website = 'https://github.com/danikula/AndroidVideoCache' } diff --git a/sample/build.gradle b/sample/build.gradle index 53fa2f3..f0e5939 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -38,7 +38,7 @@ dependencies { // compile project(':library') compile 'com.android.support:support-v4:23.1.0' compile 'org.androidannotations:androidannotations-api:3.3.2' - compile 'com.danikula:videocache:2.4.0' + compile 'com.danikula:videocache:2.5.0' compile 'com.viewpagerindicator:library:2.4.2-SNAPSHOT@aar' apt 'org.androidannotations:androidannotations:3.3.2' }