Release 1.0.6 version
This commit is contained in:
parent
90f177be98
commit
ed356c93f3
@ -1,3 +1,7 @@
|
|||||||
|
# 1.0.6
|
||||||
|
|
||||||
|
* Fix crash with 3DS confirmation for Android Platform
|
||||||
|
|
||||||
# 1.0.5
|
# 1.0.5
|
||||||
|
|
||||||
* Fix bug with return confirmation result for iOS platform
|
* Fix bug with return confirmation result for iOS platform
|
||||||
|
@ -52,5 +52,5 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:6.6.0'
|
implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:6.6.2'
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: yookassa_payments_flutter
|
name: yookassa_payments_flutter
|
||||||
description: This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.
|
description: This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.
|
||||||
version: 1.0.5
|
version: 1.0.6
|
||||||
homepage: https://git.yoomoney.ru/projects/SDK/repos/yookassa-payments-flutter-sdk/browse
|
homepage: https://git.yoomoney.ru/projects/SDK/repos/yookassa-payments-flutter-sdk/browse
|
||||||
repository: https://git.yoomoney.ru/projects/SDK/repos/yookassa-payments-flutter-sdk/browse
|
repository: https://git.yoomoney.ru/projects/SDK/repos/yookassa-payments-flutter-sdk/browse
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user