Skip to content

Commit

Permalink
Release 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-mobile committed Mar 23, 2022
1 parent a62540f commit 289578d
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 467 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.5.0
6.5.1
2 changes: 1 addition & 1 deletion .version_code
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6050000
6050100
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### NEXT_VERSION_DESCRIPTION_BEGIN
### NEXT_VERSION_DESCRIPTION_END

## [6.5.1] (23-03-2022)

- Solved the problem with launching sample application

## [6.5.0] (16-03-2022)

- Hide ThreatMetrix into mSdk
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1305,11 +1305,11 @@ To customize the SDK interface, you can use the `UiParameters` object, namely se
We don't recommend making this color too light if your theme is already designed with light colors, as it won't be visible on a white background, or choose a dark color for a dark theme, since it won't be visible either. We also don't recommend using red as it might mix up with color of error messages.

| With icon | Without icon |
| ------------- |:------------------:|
| ------------- |:------------------:|
| ![List of payments with icon](assets/images/custom_ui_parameters_examples/1_show_logo_true.png) | ![List of payments without icon](assets/images/custom_ui_parameters_examples/2_show_logo_false.png) |

| Correct custom color | Incorrect custom color |
| ------------- |:------------------:|
| ------------- |:------------------:|
| ![Correct color](assets/images/custom_ui_parameters_examples/3_good_color_example.png) | ![Incorrect color](assets/images/custom_ui_parameters_examples/4_bad_color_example.png) |

<details open>
Expand Down Expand Up @@ -1550,4 +1550,4 @@ public class ScanBankCardActivity extends AppCompatActivity {
* [YooMoney website](https://yookassa.ru)
* [Mobile SDK documentation on the YooMoney website](https://yookassa.ru/docs/client-sdks/#mobil-nye-sdk)
* [Google Play demo app](https://play.google.com/store/apps/details?id=ru.yoo.sdk.kassa.payments.example.release)
* [SDKs for iOS](https://github.com/yoomoney/yookassa-payments-swift)
* [SDKs for iOS](https://github.com/yoomoney/yookassa-payments-swift)
96 changes: 48 additions & 48 deletions README_RU.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ allprojects {
applyFromFileIfExists('buildInternal.gradle')

buildscript {
ext.msdk_version = '6.5.0'
ext.kotlin_version = '1.5.21'
ext.dokka_version = '0.9.17'
ext.okhttp_version = '4.3.1'
Expand Down
1 change: 0 additions & 1 deletion librarytests/.gitignore

This file was deleted.

128 changes: 0 additions & 128 deletions librarytests/build.gradle

This file was deleted.

Loading

0 comments on commit 289578d

Please sign in to comment.