Skip to content

Commit 2f8ae17

Browse files
authored
Merge pull request #2 from Vitaly-V/wc9o05-codex/check-code-style-and-pr-approach
Fix iOS SDK 18.5 compatibility
2 parents 86e7daf + 30be8d9 commit 2f8ae17

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

flutter_lyra/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ dependencies:
2222
equatable: ^2.0.5
2323
flutter:
2424
sdk: flutter
25-
flutter_lyra_android: ^0.4.0
25+
flutter_lyra_android: ^0.5.0
2626
flutter_lyra_ios: ^0.5.0
27-
flutter_lyra_platform_interface: ^0.4.0
27+
flutter_lyra_platform_interface: ^0.5.0
2828
dev_dependencies:
2929
analyzer: ^4.7.0
3030
flutter_test:

flutter_lyra_android/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.0
2+
3+
- **BREAKING CHANGE**: [iOS] Minimum iOS deployment target increased from 11.0 to 15.1
4+
- **FIX**: [iOS] Update LyraPaymentSDK from ~2.7.7 to ~2.8.0 to fix iOS SDK 18.5 compatibility issues
5+
- **FIX**: [iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency
6+
17
# 0.4.0
28

39
- [Android] Upgrade kotlin version

flutter_lyra_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_lyra_android
22
description: Android implementation of the flutter_lyra plugin
33

4-
version: 0.4.0
4+
version: 0.5.0
55

66
homepage: https://github.com/bamlab/Flutter-Lyra
77
repository: https://github.com/bamlab/Flutter-Lyra
@@ -22,7 +22,7 @@ flutter:
2222
dependencies:
2323
flutter:
2424
sdk: flutter
25-
flutter_lyra_platform_interface: ^0.4.0
25+
flutter_lyra_platform_interface: ^0.5.0
2626
dev_dependencies:
2727
analyzer: ^5.13.0
2828
flutter_test:

flutter_lyra_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
flutter_lyra_platform_interface: ^0.4.0
22+
flutter_lyra_platform_interface: ^0.5.0
2323
dev_dependencies:
2424
analyzer: ^4.7.0
2525
flutter_test:

flutter_lyra_platform_interface/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.0
2+
3+
- **BREAKING CHANGE**: [iOS] Minimum iOS deployment target increased from 11.0 to 15.1
4+
- **FIX**: [iOS] Update LyraPaymentSDK from ~2.7.7 to ~2.8.0 to fix iOS SDK 18.5 compatibility issues
5+
- **FIX**: [iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency
6+
17
# 0.4.0
28

39
- [Android] Upgrade kotlin version

flutter_lyra_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_lyra_platform_interface
22
description: A common platform interface for the flutter_lyra plugin.
3-
version: 0.4.0
3+
version: 0.5.0
44
homepage: https://github.com/bamlab/Flutter-Lyra
55
repository: https://github.com/bamlab/Flutter-Lyra
66

0 commit comments

Comments
 (0)