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.1] - 2025-09-12
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 @@ -127,5 +127,5 @@ dependencies {
127127 // noinspection GradleDynamicVersion
128128 api ' com.facebook.react:react-native:+'
129129 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
130- api ' cloud.mindbox:mobile-sdk:2.14.0 '
130+ api ' cloud.mindbox:mobile-sdk:2.14.1 '
131131}
Original file line number Diff line number Diff line change 11{
22 "name" : " mindbox-sdk" ,
3- "version" : " 2.14.0 " ,
4- "target-version" : " 2.14.0 " ,
3+ "version" : " 2.14.1 " ,
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