Skip to content

Commit 4006694

Browse files
authored
Ashishb/fix21 (#320)
* feat: add `adbe press media (next | previous | play | pause)` to CLI * docs: add more commands * chore: release version 2.7.1
1 parent 66639f9 commit 4006694

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ adbe [options] permission-groups list all
242242
adbe [options] permissions (grant | revoke) <app_name> (calendar | camera | contacts | location | microphone | notifications | phone | sensors | sms | storage)
243243
adbe [options] permissions list (all | dangerous)
244244
adbe [options] press back
245+
adbe [options] press media (next | previous | play | pause)
245246
adbe [options] pull [-a] <file_path_on_android>
246247
adbe [options] pull [-a] <file_path_on_android> <file_path_on_machine>
247248
adbe [options] push <file_path_on_machine> <file_path_on_android>

adbe/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.7.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ classifiers=[
99
"Operating System :: Android",
1010
]
1111
keywords=["Android ADB developer"]
12-
version = "2.7.0" # For now, this is duplicated in adbe/version.txt as well
12+
version = "2.7.1" # For now, this is duplicated in adbe/version.txt as well
1313
description = "ADB-Enhanced is a Swiss army knife for Android testing and development"
1414
readme = "README.md"
1515
license = "Apache-2.0"
@@ -113,4 +113,4 @@ combine-as-imports = true # Optional: combine 'as' imports on a single line
113113

114114
[tool.ruff.lint.mccabe]
115115
# Flag errors (`C901`) whenever the complexity level exceeds 12
116-
max-complexity = 12
116+
max-complexity = 12

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)