Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Nov 19, 2018
1 parent cc6b903 commit 3997dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.1'
implementation 'com.jarvanmo:exoplayerview:2.1.2'
```
### 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.1.1'
implementation 'com.jarvanmo:exoplayerview:2.1.2'
```
### 2.在xml中定义
在xml中使用 ExoVideoView:
Expand Down

0 comments on commit 3997dae

Please sign in to comment.