Skip to content

Commit 02eec86

Browse files
authored
Merge pull request #704 from mindbox-cloud/master
Merge 'master' into 'develop' after release
2 parents 7dc8f0b + 771b834 commit 02eec86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.15.0-rc'
95+
implementation 'cloud.mindbox:mobile-sdk:2.15.0'
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,7 +20,7 @@ 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.15.0-rc
23+
SDK_VERSION_NAME=2.15.0
2424
USE_LOCAL_MINDBOX_COMMON=true
2525
android.nonTransitiveRClass=false
2626
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true

0 commit comments

Comments
 (0)