Skip to content

Commit

Permalink
Merge pull request #15 from AAkira/dev/0.0.7
Browse files Browse the repository at this point in the history
Release 0.0.7
  • Loading branch information
AAkira authored Aug 22, 2017
2 parents 49b437b + aaed8c3 commit 73db8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ buildscript {
}
dependencies {
compile 'com.github.aakira:exoplayer-manager:0.0.6@aar'
compile 'com.github.aakira:exoplayer-manager-ima:0.0.6@aar' // if you use an IMA SDK
compile 'com.github.aakira:exoplayer-manager:0.0.7@aar'
compile 'com.github.aakira:exoplayer-manager-ima:0.0.7@aar' // if you use an IMA SDK
}
```
## Using libraries
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
buildscript {

// This library version
ext.LIBRARY_VERSION_CODE = 6
ext.LIBRARY_VERSION_NAME = "0.0.6"
ext.LIBRARY_VERSION_CODE = 7
ext.LIBRARY_VERSION_NAME = "0.0.7"

// App information
ext.COMPILE_SDK_VERSION = 25
Expand Down

0 comments on commit 73db8db

Please sign in to comment.