Атрибут «barLength» уже определен

Я только что обновил Material Design Support Lib до версии v23.0.1, и теперь мой код больше не компилируется.

Attribute "barLength" has already been defined
/Users/admin/Documents/workspace/MyApp/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml
Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.

Что я должен делать?

РЕДАКТИРОВАТЬ:

2 библиотеки, которые дают мне ошибку:

compile 'com.android.support:design:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'

Ответы на вопрос(3)

Ваш ответ на вопрос