Release 1.0.4 version

This commit is contained in:
Александр Кургин
2023-05-12 18:17:35 +03:00
parent 6b72dfee66
commit d60cd55d88
130 changed files with 3091 additions and 25 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
group 'ru.yoomoney.sdk.kassa.payments.flutter'
buildscript {
ext.kotlin_version = '1.5.0'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
@@ -24,7 +24,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 31
compileSdkVersion 33
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -52,5 +52,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:6.5.3'
implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:6.6.0'
}