diff --git a/example/app/build.gradle b/example/app/build.gradle index edb279890..a864f4b43 100644 --- a/example/app/build.gradle +++ b/example/app/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.11.0' //Mindbox - implementation 'cloud.mindbox:mobile-sdk:2.13.0-rc' + implementation 'cloud.mindbox:mobile-sdk:2.12.0' implementation 'cloud.mindbox:mindbox-firebase' implementation 'cloud.mindbox:mindbox-huawei' implementation 'cloud.mindbox:mindbox-rustore' diff --git a/gradle.properties b/gradle.properties index ebf37c5a0..cc9de21cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,5 +20,5 @@ android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official # SDK version property -SDK_VERSION_NAME=2.13.0-rc +SDK_VERSION_NAME=2.12.0 android.nonTransitiveRClass = false \ No newline at end of file