File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.14.5] - 2025-11-21
4+
5+ ### Changes
6+ - Upgrade Android SDK dependency to v2.14.4
7+ - Upgrade iOS SDK dependency to v2.14.4
8+
9+
310## [ 2.14.4] - 2025-10-30
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.3 "
21- s . dependency "MindboxNotifications" , "2.14.3 "
20+ s . dependency "Mindbox" , "2.14.4 "
21+ s . dependency "MindboxNotifications" , "2.14.4 "
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.3 '
129+ api ' cloud.mindbox:mobile-sdk:2.14.4 '
130130}
Original file line number Diff line number Diff line change 11{
22 "name" : " mindbox-sdk" ,
3- "version" : " 2.14.4 " ,
4- "target-version" : " 2.14.4 " ,
3+ "version" : " 2.14.5 " ,
4+ "target-version" : " 2.14.5 " ,
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