Но ведь я использую 3 версию, почему вылетает ошибка?
Вы используете стороннюю библиотеку, которая называется "android-inapp-billing-v3", а ошибка у вас о версии "Play платежей".
В android-inapp-billing-v3/library/build.gradle :
dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.billingclient:billing:2.0.1' // Видимо об этом идет речь
}