fix swipe close crash

This commit is contained in:
Alexey Kuznetsov 2017-09-23 16:07:02 +03:00
commit bde5e4ade5

View file

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