fix thread scan crash

This commit is contained in:
Alexey Kuznetsov 2017-06-15 11:01:07 +03:00
commit d17602a50e

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