Skip to content

Commit efb7d92

Browse files
author
MaximeRougieux
committed
chore: 🔖 bump android dependency
1 parent 356c804 commit efb7d92

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

flutter_lyra/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 0.5.0
22

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

flutter_lyra_android/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 0.5.0
22

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

flutter_lyra_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ android {
4848
dependencies {
4949
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5050

51-
implementation 'com.lyra:sdk:1.5.7'
51+
implementation 'com.lyra:sdk:1.10.0'
5252
}

flutter_lyra_ios/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# 0.5.0
22

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

78
# 0.4.1
89

flutter_lyra_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 0.5.0
22

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

0 commit comments

Comments
 (0)