Skip to content

Commit

Permalink
adb: clean up and update packages (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Nov 14, 2023
1 parent 3435a60 commit 546bcbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
7 changes: 7 additions & 0 deletions packages/adb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.0

- Clean up (#1903)
- Bump minimum Dart SDK version to 3.1.0
- Remove `mocktail` from `dependecnies`
- Update `issue_tracker` and `repository` fields in pubspec

## 0.2.5

- Throw an exception if `adb` executable is not present in $PATH (#1118)
Expand Down
13 changes: 5 additions & 8 deletions packages/adb/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: adb
description: Simple Dart wrapper around Android Debug Bridge.
version: 0.2.5
repository: https://github.com/leancodepl/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
version: 0.3.0
repository: https://github.com/leancodepl/patrol/tree/master/packages/adb
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+adb%22

environment:
sdk: '>=3.1.0 <4.0.0'

dependencies:
mocktail: ^0.3.0
path: ^1.8.3

dev_dependencies:
leancode_lint: ^7.0.0+1
test: ^1.22.2
mocktail: ^1.0.1
test: ^1.24.9

executables:
dadb: example

0 comments on commit 546bcbf

Please sign in to comment.