안드로이드 x로 마이그레이션 하면 음성인식 기능 사용이 불가하나요?

안드로이드 X로 마이그레이션 하고 작업중입니다.

dependencies에 implementation 'com.kakao.sdk:newtone:6.0.1’을 추가하고 컴파일을 하면
AAPT: error: duplicate value for resource ‘attr/actionBarSize’ with config ‘’.
이런 에러가 발생하고 있습니다.

안드로이드 X와 충돌인지…의심이 되어 dependencies에 한줄한줄 제거를 하고 진행하는데도
implementation 'com.kakao.sdk:newtone:6.0.1’만 추가하면 에러가 발생합니다.

안드로이드 X와의 호환이 안되는 것인지 확인부탁드립니다.
dependencies {
implementation ‘com.kakao.sdk:newtone:6.0.1’

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.media:media:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.firebase:firebase-core:17.2.0'
implementation 'com.google.firebase:firebase-messaging:20.0.0'

implementation 'net.zetetic:android-database-sqlcipher:4.1.3@aar'
compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.material:material:1.0.0'

}
제가 설정한 라이브러리입니다

안녕하세요.

카카오 음성 기술에 관심가져 주셔서 감사합니다.

6.0.1 버전의 경우 배포한지 오래되어 호환성 문제가 있었습니다.
6.0.1 버전을 6.1.2로 변경해 주세요.

감사합니다.