Release 1.7.0

This commit is contained in:
jenkins-mobile
2024-10-17 14:30:32 +03:00
parent bbb0234d0b
commit 1eb261c794
10 changed files with 216 additions and 153 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ apply plugin: 'kotlin-android'
android {
namespace "ru.yoomoney.sdk.kassa.payments.flutter"
compileSdkVersion 33
compileSdkVersion 34
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
@@ -52,7 +52,7 @@ android {
}
dependencies {
implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:6.11.0'
implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:7.0.1'
}
configurations.implementation {