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.
1 parent fe15375 commit 450ca2fCopy full SHA for 450ca2f
example/app/build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
implementation 'com.google.code.gson:gson:2.11.0'
93
94
//Mindbox
95
- implementation 'cloud.mindbox:mobile-sdk:2.14.0'
+ implementation 'cloud.mindbox:mobile-sdk:2.14.1'
96
implementation 'cloud.mindbox:mindbox-firebase'
97
implementation 'cloud.mindbox:mindbox-huawei'
98
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.14.0
+SDK_VERSION_NAME=2.14.1
24
android.nonTransitiveRClass=false
0 commit comments