Skip to content

Commit

Permalink
2.1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Aug 31, 2018
1 parent 5b3e9e8 commit eb0ccf3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
```
然后在你的项目中添加如下代码:
```
implementation 'com.jarvanmo:exoplayerview:2.0.9'
implementation 'com.jarvanmo:exoplayerview:2.1.0'
```
### 2.在xml中定义
在xml中使用 ExoVideoView:
Expand Down
8 changes: 4 additions & 4 deletions exoplayerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit eb0ccf3

Please sign in to comment.