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

Commit aa8d1dd

Browse files
committed
Updated version
1 parent f64aff3 commit aa8d1dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
compile fileTree(dir: 'libs', include: ['*.jar'])
2828
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2929
compile 'com.android.support:appcompat-v7:25.0.1'
30-
// compile 'com.github.alxrm:audiowave-progressbar:0.6'
30+
// compile 'com.github.alxrm:audiowave-progressbar:0.7'
3131

3232
compile project(':audiowave')
3333
}

audiowave/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 25
1111
versionCode 1
12-
versionName "1.0"
12+
versionName "0.7"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)