fix armv5

This commit is contained in:
Alexey Kuznetsov 2019-01-13 19:42:51 +03:00
commit 64011b142c

View file

@ -57,5 +57,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.146' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.147' // implementation project(':android-audio-library')
}