Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Prerequisites:
- In your `ios/Podfile`, update your ios sdk version :

```rb
platform :ios, '11.0'
platform :ios, '15.1'
```

## About Lyra
Expand Down
6 changes: 6 additions & 0 deletions flutter_lyra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0

- **BREAKING CHANGE**: [iOS] Minimum iOS deployment target increased from 11.0 to 15.1
- **FIX**: [iOS] Update LyraPaymentSDK from ~2.7.7 to ~2.8.0 to fix iOS SDK 18.5 compatibility issues
- **FIX**: [iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency

# 0.4.3

- **UPGRADE**: Upgrade iOS LyraCardsRecognizer to 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion flutter_lyra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Prerequisites:
- In your `ios/Podfile`, update your ios sdk version :

```rb
platform :ios, '11.0'
platform :ios, '15.1'
```

## About Lyra
Expand Down
8 changes: 4 additions & 4 deletions flutter_lyra/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_lyra
description: This package allows you to use the methods from the lyra android and ios native sdks in Flutter

version: 0.4.3
version: 0.5.0

homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra
Expand All @@ -22,9 +22,9 @@ dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_lyra_android: ^0.4.0
flutter_lyra_ios: ^0.4.3
flutter_lyra_platform_interface: ^0.4.0
flutter_lyra_android: ^0.5.0
flutter_lyra_ios: ^0.5.0
flutter_lyra_platform_interface: ^0.5.0
dev_dependencies:
analyzer: ^4.7.0
flutter_test:
Expand Down
6 changes: 6 additions & 0 deletions flutter_lyra_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0

- **BREAKING CHANGE**: [iOS] Minimum iOS deployment target increased from 11.0 to 15.1
- **FIX**: [iOS] Update LyraPaymentSDK from ~2.7.7 to ~2.8.0 to fix iOS SDK 18.5 compatibility issues
- **FIX**: [iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency

# 0.4.0

- [Android] Upgrade kotlin version
Expand Down
4 changes: 2 additions & 2 deletions flutter_lyra_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_lyra_android
description: Android implementation of the flutter_lyra plugin

version: 0.4.0
version: 0.5.0

homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra
Expand All @@ -22,7 +22,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_lyra_platform_interface: ^0.4.0
flutter_lyra_platform_interface: ^0.5.0
dev_dependencies:
analyzer: ^5.13.0
flutter_test:
Expand Down
6 changes: 6 additions & 0 deletions flutter_lyra_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0

- **BREAKING CHANGE**: Minimum iOS deployment target increased from 11.0 to 15.1
- **FIX**: Update LyraPaymentSDK from ~2.7.7 to ~2.8.0 to fix iOS SDK 18.5 compatibility issues
- **FIX**: Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency

# 0.4.1

- **CHORE**: add support for Xcode 16
Expand Down
4 changes: 2 additions & 2 deletions flutter_lyra_ios/ios/flutter_lyra_ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Pod::Spec.new do |s|
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'

s.platform = :ios, '11.0'
s.platform = :ios, '15.1'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'

s.dependency 'LyraPaymentSDK', '~> 2.7.7'
s.dependency 'LyraPaymentSDK', '~> 2.8.0'
s.dependency 'LyraCardsRecognizer', '~> 2.0.2'
end
4 changes: 2 additions & 2 deletions flutter_lyra_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_lyra_ios
description: iOS implementation of the flutter_lyra plugin
version: 0.4.3
version: 0.5.0
homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra

Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_lyra_platform_interface: ^0.4.0
flutter_lyra_platform_interface: ^0.5.0
dev_dependencies:
analyzer: ^4.7.0
flutter_test:
Expand Down
6 changes: 6 additions & 0 deletions flutter_lyra_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0

- **BREAKING CHANGE**: [iOS] Minimum iOS deployment target increased from 11.0 to 15.1
- **FIX**: [iOS] Update LyraPaymentSDK from ~2.7.7 to ~2.8.0 to fix iOS SDK 18.5 compatibility issues
- **FIX**: [iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency

# 0.4.0

- [Android] Upgrade kotlin version
Expand Down
2 changes: 1 addition & 1 deletion flutter_lyra_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_lyra_platform_interface
description: A common platform interface for the flutter_lyra plugin.
version: 0.4.0
version: 0.5.0
homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra

Expand Down
Loading