File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 3.2.0
2+ * Add support for Android v2 embedding
3+
14## 3.1.0
25* Add support for promo purchases on iOS
36* Add Identity support
Original file line number Diff line number Diff line change 11group ' com.qonversion.flutter.sdk.qonversion_flutter_sdk'
2- version ' 3.1 .0'
2+ version ' 3.2 .0'
33
44buildscript {
55 ext. kotlin_version = ' 1.3.50'
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.1 .0" ;
19+ static const String _sdkVersion = "3.2 .0" ;
2020
2121 static const MethodChannel _channel = MethodChannel ('qonversion_flutter_sdk' );
2222
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.1 .0
3+ version : 3.2 .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