Skip to content

Commit

Permalink
Merge pull request #382 from qonversion/release/9.3.0
Browse files Browse the repository at this point in the history
Release 9.3.0
  • Loading branch information
SpertsyanKM authored Feb 20, 2025
2 parents ce10657 + 802d557 commit 450ff11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 9.3.0
* Flutter version 3.29 supported.
* Deprecated Android Embedding v1 is no longer supported.
* Sample app gradle versions upgraded.

## 9.2.1
* Fixed update policy issue for purchase with options.

Expand Down
2 changes: 1 addition & 1 deletion lib/src/internal/qonversion_internal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'package:qonversion_flutter/src/internal/utils/string.dart';
import 'constants.dart';

class QonversionInternal implements Qonversion {
static const String _sdkVersion = "9.2.1";
static const String _sdkVersion = "9.3.0";

final MethodChannel _channel = MethodChannel('qonversion_plugin');

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: qonversion_flutter
description: Flutter plugin to implement in-app subscriptions and purchases. Validate user receipts and manage cross-platform access to paid content on your app. Android & iOS.
version: 9.2.1
version: 9.3.0
homepage: 'https://qonversion.io'
repository: 'https://github.com/qonversion/flutter-sdk'

Expand Down

0 comments on commit 450ff11

Please sign in to comment.