fix pathmax

This commit is contained in:
Alexey Kuznetsov 2017-03-31 16:51:41 +03:00
commit 98fc5b2b73

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.18' // compile project(':android-audio-library')
compile 'com.github.axet:android-audio-library:0.0.19' // compile project(':android-audio-library')
}