diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3a3f9..2c45cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.8 +Chore +* Include latest chargebee-android with upgraded blilling client lib to v7.1.1 + ## 0.4.7 Chore * Include latest chargebee-android with fix for retrofit proguard rules diff --git a/README.md b/README.md index 19aa5b1..6e3a725 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To use Chargebee SDK in your Flutter app, follow these steps: ``` dart dependencies: - chargebee_flutter: ^0.4.7 + chargebee_flutter: ^0.4.8 ``` 2. Install dependency. diff --git a/android/build.gradle b/android/build.gradle index b706633..df4fb1e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.chargebee.flutter.sdk' -version '0.4.7' +version '0.4.8' buildscript { ext.kotlin_version = '1.6.0' @@ -52,7 +52,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.chargebee:chargebee-android:1.2.3' + implementation 'com.chargebee:chargebee-android:1.2.4' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.android.billingclient:billing-ktx:6.2.1' + implementation 'com.android.billingclient:billing-ktx:7.1.1' } diff --git a/ios/chargebee_flutter.podspec b/ios/chargebee_flutter.podspec index 87504ee..a688fc3 100644 --- a/ios/chargebee_flutter.podspec +++ b/ios/chargebee_flutter.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'chargebee_flutter' - s.version = '0.4.7' + s.version = '0.4.8' s.summary = 'This is the official Software Development Kit (SDK) for Chargebee Flutter.' s.description = <<-DESC A new Flutter plugin. diff --git a/pubspec.yaml b/pubspec.yaml index 62aa006..8d92c90 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: chargebee_flutter description: This is the official Software Development Kit (SDK) for Chargebee Flutter. -version: 0.4.7 +version: 0.4.8 homepage: 'https://chargebee.com' repository: 'https://github.com/chargebee/chargebee-flutter'