fix column in the name

This commit is contained in:
Alexey Kuznetsov 2018-07-04 12:55:09 +03:00
commit 5e46bf7c26

View file

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