File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 3.1.0
2+ * Add support for promo purchases on iOS
3+ * Add Identity support
4+
15## 3.0.1
26* Fix QOfferings mapping error
37* Internal logic optimization for Android
Original file line number Diff line number Diff line change 11group ' com.qonversion.flutter.sdk.qonversion_flutter_sdk'
2- version ' 3.0.1 '
2+ version ' 3.1.0 '
33
44buildscript {
55 ext. kotlin_version = ' 1.3.50'
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'qonversion_flutter'
7- s . version = '3.0.1 '
7+ s . version = '3.1.0 '
88 s . summary = 'Flutter Qonversion SDK'
99 s . description = <<-DESC
1010 Powerful yet simple subscription analytics
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import 'models/purchase_exception.dart';
1616import 'qa_provider.dart' ;
1717
1818class Qonversion {
19- static const String _sdkVersion = "3.0.1 " ;
19+ static const String _sdkVersion = "3.1.0 " ;
2020
2121 static const MethodChannel _channel = MethodChannel ('qonversion_flutter_sdk' );
2222
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'qonversion_flutter'
7- s . version = '2.0.1 '
7+ s . version = '2.1.0 '
88 s . summary = 'Flutter Qonversion SDK'
99 s . description = <<-DESC
1010 Powerful yet simple subscription analytics
Original file line number Diff line number Diff line change 11name : qonversion_flutter
22description : In-App Subscription Infrastructure to grow your subscription business
3- version : 3.0.1
3+ version : 3.1.0
44homepage : ' https://qonversion.io'
55repository : ' https://github.com/qonversion/flutter-sdk'
66
You can’t perform that action at this time.
0 commit comments