fix button colors

This commit is contained in:
Alexey Kuznetsov 2017-06-25 17:53:40 +03:00
commit ee6d7b1f46

View file

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