fix wav encoder

This commit is contained in:
Alexey Kuznetsov 2017-05-21 09:46:29 +03:00
commit dcd73e064a

View file

@ -43,5 +43,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.github.axet:android-audio-library:0.0.40' // compile project(':android-audio-library')
compile 'com.github.axet:android-audio-library:0.0.41' // compile project(':android-audio-library')
}