From eb0ccf3b9bce666521a10b2d21bde16f11482f11 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Sat, 1 Sep 2018 00:42:17 +0800 Subject: [PATCH] 2.1.0 released --- README.md | 2 +- README_CN.md | 2 +- exoplayerview/build.gradle | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 96aa948..3f89625 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ repositories { ``` Next add a gradle compile dependency to the build.gradle file of your app module: ``` -implementation 'com.jarvanmo:exoplayerview:2.0.9' +implementation 'com.jarvanmo:exoplayerview:2.1.0' ``` ### 2.In Layout Declare ExoVideoView in your layout file as : diff --git a/README_CN.md b/README_CN.md index 8d8f5ca..e232f7b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -29,7 +29,7 @@ repositories { ``` 然后在你的项目中添加如下代码: ``` -implementation 'com.jarvanmo:exoplayerview:2.0.9' +implementation 'com.jarvanmo:exoplayerview:2.1.0' ``` ### 2.在xml中定义 在xml中使用 ExoVideoView: diff --git a/exoplayerview/build.gradle b/exoplayerview/build.gradle index d7e3b69..2a54fc7 100644 --- a/exoplayerview/build.gradle +++ b/exoplayerview/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 31 - versionName "2.0.8" + versionCode 33 + versionName "2.1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -41,9 +41,9 @@ publish { userOrg = 'jarvanmo' groupId = 'com.jarvanmo' artifactId = 'exoplayerview' - publishVersion = '2.0.9' + publishVersion = '2.1.0' desc = 'exo video view' - website = 'https://github.com/JarvanMo/ExoPlayerView' + website = 'https://github.com/JarvanMo/ExoVideoView' } dependencies {