Skip to content

Commit

Permalink
adb: clean up and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 14, 2023
1 parent 3435a60 commit f2896ef
Showing 1 changed file with 5 additions and 8 deletions.
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 f2896ef

Please sign in to comment.