File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ You can add Adjust SDK to your Flutter app by adding following to your `pubspec.
9393
9494``` yaml
9595dependencies :
96- adjust_sdk : ^4.23.0
96+ adjust_sdk : ^4.23.1
9797` ` `
9898
9999Then navigate to your project in the terminal and run:
Original file line number Diff line number Diff line change 1- 4.23.0
1+ 4.23.1
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'adjust_sdk'
3- s . version = '4.23.0 '
3+ s . version = '4.23.1 '
44 s . summary = 'Adjust Flutter SDK for iOS platform'
55 s . description = <<-DESC
66 Adjust Flutter SDK for iOS platform.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import 'package:adjust_sdk/adjust_app_store_subscription.dart';
1717import 'package:adjust_sdk/adjust_play_store_subscription.dart' ;
1818
1919class Adjust {
20- static const String _sdkPrefix = 'flutter4.23.0 ' ;
20+ static const String _sdkPrefix = 'flutter4.23.1 ' ;
2121 static const MethodChannel _channel = const MethodChannel ('com.adjust.sdk/api' );
2222
2323 static void start (AdjustConfig config) {
Original file line number Diff line number Diff line change 11name : adjust_sdk
22description : This is the Flutter SDK of Adjust™. You can read more about Adjust™ at adjust.com.
33homepage : https://github.com/adjust/flutter_sdk
4- version : 4.23.0
4+ version : 4.23.1
55
66environment :
77 sdk : " >=2.0.0 <3.0.0"
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'test_lib'
3- s . version = '4.23.0 '
3+ s . version = '4.23.1 '
44 s . summary = 'Adjust test library Flutter plugin'
55 s . description = <<-DESC
66A new flutter plugin project.
You can’t perform that action at this time.
0 commit comments