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
Next Next commit
pubspec and gradle
  • Loading branch information
Chris Yang committed Oct 15, 2019
commit fd07b5d8564f558a2e39dc90a93f185758dc9099
7 changes: 7 additions & 0 deletions packages/sensors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.1

* Support the v2 Android embedder.
* Update to AndroidX.
* Migrate to using the new e2e test binding.
* Add a e2e test.

## 0.4.0+3

* Update and migrate iOS example project.
Expand Down
1 change: 1 addition & 0 deletions packages/sensors/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ android {
}
}

// TODO(cyanglaz): Remove this hack once androidx.lifecycle is included on stable. https://github.com/flutter/flutter/issues/42348
afterEvaluate {
def containsEmbeddingDependencies = false
for (def configuration : configurations.all) {
Expand Down
10 changes: 9 additions & 1 deletion packages/sensors/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ dependencies:
sensors:
path: ../

flutter:
dev_dependencies:
flutter_driver:
sdk: flutter
e2e: ^0.2.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.9.1+hotfix.2 <2.0.0"
5 changes: 3 additions & 2 deletions packages/sensors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for accessing the Android and iOS accelerometer and
gyroscope sensors.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/sensors
version: 0.4.0+3
version: 0.4.1

flutter:
plugin:
Expand All @@ -19,7 +19,8 @@ dev_dependencies:
test: ^1.3.0
flutter_test:
sdk: flutter
e2e: ^0.2.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=0.1.4 <2.0.0"
flutter: ">=1.6.7 <2.0.0"