Skip to content

Commit

Permalink
project lib version changed and readme modified
Browse files Browse the repository at this point in the history
  • Loading branch information
dibakarece committed Feb 1, 2018
1 parent f9a43c8 commit 51819f1
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 @@ -34,7 +34,7 @@ allprojects {
```
```xml
dependencies {
compile 'com.github.dibakarece:dmaudiostreamer:v1.0.2'
compile 'com.github.dibakarece:dmaudiostreamer:v1.0.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
//compile project(path: ':dmaudiostreamer')
compile 'com.github.dibakarece:dmaudiostreamer:v1.0.1'
compile 'com.github.dibakarece:dmaudiostreamer:v1.0.3'
compile'com.nineoldandroids:library:2.4.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.google.code.gson:gson:2.6.2'
Expand Down

0 comments on commit 51819f1

Please sign in to comment.