File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import 'package:package_info_plus/package_info_plus.dart';
1010const MAX_TEST_DURATION_SECS = 24 * 60 * 60 ;
1111// Need a better way to fetch this for automated release, this needs to be updated along with version bump
1212// Can stay for now as it is not a breaking change
13- const serverVersion = '0.0.29 ' ;
13+ const serverVersion = '0.0.28 ' ;
1414
1515Future <void > initializeTest ({Widget ? app, Function ? callback}) async {
1616 IntegrationTestWidgetsFlutterBinding binding =
Original file line number Diff line number Diff line change 11name : appium_flutter_server
22description : " Appium Flutter server using Integration Test package for testing Flutter apps with Appium"
3- version : 0.0.29
3+ version : 0.0.28
44homepage : " https://github.com/AppiumTestDistribution/appium-flutter-server"
55
66environment :
You can’t perform that action at this time.
0 commit comments