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

Commit

Permalink
Fixed version in java sample
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrm committed Nov 5, 2016
1 parent 75ed3d0 commit 8dc98c8
Showing 1 changed file with 1 addition and 1 deletion.
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:24.2.1'
compile 'com.github.alxrm:Audiogram:0.3'
compile 'com.github.alxrm:Audiogram:0.4'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 8dc98c8

Please sign in to comment.