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

Commit

Permalink
Updated deps link in a sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrm committed Nov 29, 2016
1 parent 758ecd0 commit 0324f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'com.android.support:appcompat-v7:24.2.1'
// compile 'com.github.alxrm:Audiogram:0.5'
compile 'com.github.alxrm:audiowave-progressbar:0.6'

compile project(':audiowave')
// compile project(':audiowave')
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 0324f47

Please sign in to comment.