Skip to content

Commit 450ca2f

Browse files
Bump SDK version to 2.14.1
1 parent fe15375 commit 450ca2f

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
@@ -92,7 +92,7 @@ dependencies {
9292
implementation 'com.google.code.gson:gson:2.11.0'
9393

9494
//Mindbox
95-
implementation 'cloud.mindbox:mobile-sdk:2.14.0'
95+
implementation 'cloud.mindbox:mobile-sdk:2.14.1'
9696
implementation 'cloud.mindbox:mindbox-firebase'
9797
implementation 'cloud.mindbox:mindbox-huawei'
9898
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.14.0
23+
SDK_VERSION_NAME=2.14.1
2424
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)