Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 3087e26

Browse files
committed
Updated the library version according to new release
1 parent a1e72cd commit 3087e26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
Add the dependency:
2525
```Groovy
2626
dependencies {
27-
compile 'com.github.alxrm:audiowave-progressbar:0.8'
27+
compile 'com.github.alxrm:audiowave-progressbar:0.9'
2828
}
2929
```
3030

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2929
compile "com.android.support:recyclerview-v7:25.3.1"
3030
compile 'com.android.support:appcompat-v7:25.3.1'
31-
// compile 'com.github.alxrm:audiowave-progressbar:0.8'
31+
// compile 'com.github.alxrm:audiowave-progressbar:0.9'
3232

3333
compile "com.jakewharton:butterknife:8.5.1"
3434
compile "com.jakewharton:butterknife-compiler:8.5.1"

0 commit comments

Comments
 (0)