We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71661f3 + 01a24c8 commit b7875eeCopy full SHA for b7875ee
example/app/build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
implementation 'com.google.code.gson:gson:2.11.0'
76
77
//Mindbox
78
- implementation 'cloud.mindbox:mobile-sdk:2.13.0-rc'
+ implementation 'cloud.mindbox:mobile-sdk:2.12.0'
79
implementation 'cloud.mindbox:mindbox-firebase'
80
implementation 'cloud.mindbox:mindbox-huawei'
81
implementation 'cloud.mindbox:mindbox-rustore'
gradle.properties
@@ -20,5 +20,5 @@ android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
kotlin.code.style=official
22
# SDK version property
23
-SDK_VERSION_NAME=2.13.0-rc
+SDK_VERSION_NAME=2.12.0
24
android.nonTransitiveRClass = false
0 commit comments