Skip to content

Commit b7875ee

Browse files
authored
Merge pull request #542 from mindbox-cloud/release/2.12.0
release/2.12.0
2 parents 71661f3 + 01a24c8 commit b7875ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
implementation 'com.google.code.gson:gson:2.11.0'
7676

7777
//Mindbox
78-
implementation 'cloud.mindbox:mobile-sdk:2.13.0-rc'
78+
implementation 'cloud.mindbox:mobile-sdk:2.12.0'
7979
implementation 'cloud.mindbox:mindbox-firebase'
8080
implementation 'cloud.mindbox:mindbox-huawei'
8181
implementation 'cloud.mindbox:mindbox-rustore'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
2222
# SDK version property
23-
SDK_VERSION_NAME=2.13.0-rc
23+
SDK_VERSION_NAME=2.12.0
2424
android.nonTransitiveRClass = false

0 commit comments

Comments
 (0)