yoomoney / yookassa-android-sdk

This library allows implementing payment acceptance into mobile apps on Android. It works as an extension to the YooMoney API.
https://yookassa.ru/developers/payment-forms/android-sdk
MIT License
39 stars 22 forks source link

AndroidX и SDK версии 2.0.0 #21

Closed username4564 closed 5 years ago

username4564 commented 5 years ago

Проект переведенный на AndroidX перестает собираться при подключении SDK версии 2.0.0.

Лог ошибки:

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'checkout-2.0.0.aar' to match attributes {artifactType=processed-aar} using transform JetifyTransform
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Failed to transform file 'checkout-2.0.0.aar' to match attributes {artifactType=processed-aar} using transform JetifyTransform
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Failed to transform file 'checkout-2.0.0.aar' to match attributes {artifactType=processed-aar} using transform JetifyTransform
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@release/compileClasspath': Failed to transform file 'checkout-2.0.0.aar' to match attributes {artifactType=processed-aar} using transform JetifyTransform
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Failed to transform file 'checkout-2.0.0.aar' to match attributes {artifactType=processed-aar} using transform JetifyTransform
Show Details
Affected Modules: app

При этом если указать предыдущую версию - 1.3.0.7 , то сборка проходит корректно.

drukarev commented 5 years ago

Fixed in 2.1.0