File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
flutter_lyra_platform_interface Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff 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
2828dev_dependencies :
2929 analyzer : ^4.7.0
3030 flutter_test :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : flutter_lyra_android
22description : Android implementation of the flutter_lyra plugin
33
4- version : 0.4 .0
4+ version : 0.5 .0
55
66homepage : https://github.com/bamlab/Flutter-Lyra
77repository : https://github.com/bamlab/Flutter-Lyra
@@ -22,7 +22,7 @@ flutter:
2222dependencies :
2323 flutter :
2424 sdk : flutter
25- flutter_lyra_platform_interface : ^0.4 .0
25+ flutter_lyra_platform_interface : ^0.5 .0
2626dev_dependencies :
2727 analyzer : ^5.13.0
2828 flutter_test :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- flutter_lyra_platform_interface : ^0.4 .0
22+ flutter_lyra_platform_interface : ^0.5 .0
2323dev_dependencies :
2424 analyzer : ^4.7.0
2525 flutter_test :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : flutter_lyra_platform_interface
22description : A common platform interface for the flutter_lyra plugin.
3- version : 0.4 .0
3+ version : 0.5 .0
44homepage : https://github.com/bamlab/Flutter-Lyra
55repository : https://github.com/bamlab/Flutter-Lyra
66
You can’t perform that action at this time.
0 commit comments