Skip to content

Commit 5c49b26

Browse files
author
Sergey Sozinov
committed
Bump SDK version to 2.10.1
1 parent 15d9cb4 commit 5c49b26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ dependencies {
5555

5656

5757
//Mindbox
58-
implementation 'cloud.mindbox:mobile-sdk:2.10.0'
59-
implementation 'cloud.mindbox:mindbox-firebase:2.10.0'
60-
implementation 'cloud.mindbox:mindbox-huawei:2.10.0'
58+
implementation 'cloud.mindbox:mobile-sdk:2.10.1'
59+
implementation 'cloud.mindbox:mindbox-firebase:2.10.1'
60+
implementation 'cloud.mindbox:mindbox-huawei:2.10.1'
6161

6262
//Glade for custom loader
6363
implementation 'com.github.bumptech.glide:glide:4.15.1'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ 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.10.0
23+
SDK_VERSION_NAME=2.10.1

0 commit comments

Comments
 (0)