File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11def update_dart ( new_version )
22 path = Dir [ '../lib/**/qonversion_internal.dart' ] . first
3- regex = /static const String _sdkVersion = ".*";/
4- result_value = "static const String _sdkVersion = \" #{ new_version } \" ;"
3+ regex = /static const String sdkVersion = ".*";/
4+ result_value = "static const String sdkVersion = \" #{ new_version } \" ;"
55
66 update_file ( path , regex , result_value )
77end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'package:qonversion_flutter/src/internal/utils/string.dart';
1111import 'constants.dart' ;
1212
1313class QonversionInternal implements Qonversion {
14- static const String sdkVersion = "10 .0.2 " ;
14+ static const String sdkVersion = "11 .0.0 " ;
1515
1616 final MethodChannel _channel = MethodChannel ('qonversion_plugin' );
1717
You can’t perform that action at this time.
0 commit comments