Skip to content

Commit

Permalink
Merge pull request #110 from qonversion/release/4.1.1
Browse files Browse the repository at this point in the history
Release/4.1.1
  • Loading branch information
Maria-Bordunova authored Aug 23, 2021
2 parents 5b73a31 + e910699 commit be37ffc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.1.1
* Fix StrictMode policy violation errors in the Google Play Console pre-launch report.

## 4.1.0
* New Product fields: storeTitle, storeDescription, price, currencyCode, prettyIntroductoryPrice.
* Improved errors details.
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
group 'com.qonversion.flutter.sdk.qonversion_flutter_sdk'
version '4.1.0'
version '4.1.1'

buildscript {
ext.kotlin_version = '1.3.50'
ext.qonversion_version = '3.1.0'
ext.qonversion_version = '3.1.1'
repositories {
google()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion lib/src/qonversion.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'models/purchase_exception.dart';
import 'qa_provider.dart';

class Qonversion {
static const String _sdkVersion = "4.1.0";
static const String _sdkVersion = "4.1.1";

static const MethodChannel _channel = MethodChannel('qonversion_flutter_sdk');

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: 4.1.0
version: 4.1.1
homepage: 'https://qonversion.io'
repository: 'https://github.com/qonversion/flutter-sdk'

Expand Down

0 comments on commit be37ffc

Please sign in to comment.