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

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrm committed Dec 7, 2016
1 parent f64aff3 commit aa8d1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'com.android.support:appcompat-v7:25.0.1'
// compile 'com.github.alxrm:audiowave-progressbar:0.6'
// compile 'com.github.alxrm:audiowave-progressbar:0.7'

compile project(':audiowave')
}
Expand Down
2 changes: 1 addition & 1 deletion audiowave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionName "0.7"
}
buildTypes {
release {
Expand Down

0 comments on commit aa8d1dd

Please sign in to comment.