fix old phones crash

This commit is contained in:
Alexey Kuznetsov 2017-05-18 21:22:06 +03:00
commit 8e83189a0b

View file

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