Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
formatting and lower the min sdk bound
  • Loading branch information
Chris Yang committed Oct 21, 2019
commit b6560592cbbec6c1c076c56c5cc7893a544d3282
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import io.flutter.plugins.sensors.SensorsPlugin;

public class MainActivity extends FlutterActivity {

// TODO(cyanglaz): Remove this once v2 of GeneratedPluginRegistrant rolls to stable.
// https://github.com/flutter/flutter/issues/42694
@Override
Expand Down
2 changes: 1 addition & 1 deletion packages/sensors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dev_dependencies:

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.9.1+hotfix.2 <2.0.0"
flutter: ">=1.6.7 <2.0.0"