File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ Unreleased]
4+
5+ ### Changes
6+ - Upgrade Android SDK dependency to v2.14.1
7+ - Upgrade iOS SDK dependency to v2.14.1
8+
9+
310## [ 2.14.0] - 2025-08-27
411
512### Changes
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
1818 s . dependency "React-Core"
1919
20- s . dependency "Mindbox" , "2.14.0 "
21- s . dependency "MindboxNotifications" , "2.14.0 "
20+ s . dependency "Mindbox" , "2.14.1 "
21+ s . dependency "MindboxNotifications" , "2.14.1 "
2222end
Original file line number Diff line number Diff line change @@ -126,5 +126,5 @@ dependencies {
126126 // noinspection GradleDynamicVersion
127127 api ' com.facebook.react:react-native:+'
128128 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
129- api ' cloud.mindbox:mobile-sdk:2.14.0 '
129+ api ' cloud.mindbox:mobile-sdk:2.14.1 '
130130}
Original file line number Diff line number Diff line change 11{
22 "name" : " mindbox-sdk" ,
33 "version" : " 2.14.0" ,
4- "target-version" : " 2.14.0 " ,
4+ "target-version" : " 2.14.1 " ,
55 "description" : " SDK for integration React Native mobile apps with Mindbox" ,
66 "main" : " lib/commonjs/index" ,
77 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments