show locked only when activity supports it

This commit is contained in:
Alexey Kuznetsov 2018-05-30 22:05:07 +03:00
commit f882c37186

View file

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