Skip to content

Commit be37ffc

Browse files
Merge pull request #110 from qonversion/release/4.1.1
Release/4.1.1
2 parents 5b73a31 + e910699 commit be37ffc

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.1.1
2+
* Fix StrictMode policy violation errors in the Google Play Console pre-launch report.
3+
14
## 4.1.0
25
* New Product fields: storeTitle, storeDescription, price, currencyCode, prettyIntroductoryPrice.
36
* Improved errors details.

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
group 'com.qonversion.flutter.sdk.qonversion_flutter_sdk'
2-
version '4.1.0'
2+
version '4.1.1'
33

44
buildscript {
55
ext.kotlin_version = '1.3.50'
6-
ext.qonversion_version = '3.1.0'
6+
ext.qonversion_version = '3.1.1'
77
repositories {
88
google()
99
jcenter()

lib/src/qonversion.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import 'models/purchase_exception.dart';
1616
import 'qa_provider.dart';
1717

1818
class Qonversion {
19-
static const String _sdkVersion = "4.1.0";
19+
static const String _sdkVersion = "4.1.1";
2020

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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qonversion_flutter
22
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.
3-
version: 4.1.0
3+
version: 4.1.1
44
homepage: 'https://qonversion.io'
55
repository: 'https://github.com/qonversion/flutter-sdk'
66

0 commit comments

Comments
 (0)