Skip to content

Commit 618db8d

Browse files
author
Sergey Sozinov
committed
Bump sdk version to 2.9.1
1 parent af62058 commit 618db8d

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
@@ -58,9 +58,9 @@ dependencies {
5858
implementation 'com.huawei.hms:push:6.11.0.300'
5959

6060
//Mindbox
61-
implementation 'cloud.mindbox:mobile-sdk:2.8.5'
62-
implementation 'cloud.mindbox:mindbox-firebase:2.8.5'
63-
implementation 'cloud.mindbox:mindbox-huawei:2.8.5'
61+
implementation 'cloud.mindbox:mobile-sdk:2.9.1'
62+
implementation 'cloud.mindbox:mindbox-firebase:2.9.1'
63+
implementation 'cloud.mindbox:mindbox-huawei:2.9.1'
6464

6565
//Glade for custom loader
6666
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
@@ -21,4 +21,4 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
# SDK version property
24-
SDK_VERSION_NAME=2.9.0
24+
SDK_VERSION_NAME=2.9.1

0 commit comments

Comments
 (0)