File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ Currently following adb commands are **supported**:
25
25
* adb start-server
26
26
* adb kill-server
27
27
* adb get-state
28
+ * adb sync
29
+ * adb version
28
30
29
31
Currently following adb commands are ** not supported** :
30
32
31
- * adb sync
32
33
* adb forward
33
34
* adb wait-for-device
34
35
* adb logcat
35
36
* adb bugreport
36
37
* adb jdwp
37
38
* adb help
38
- * adb version
39
39
* adb -d
40
40
* adb -e
41
41
* adb -s
Original file line number Diff line number Diff line change 1
1
__author__ = 'Viktor Malyi'
2
2
__email__ = 'v.stratus@gmail.com'
3
- __version__ = '1.1 .0'
3
+ __version__ = '1.2 .0'
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'adb_android' ,
17
- version = '1.1 .0' ,
17
+ version = '1.2 .0' ,
18
18
description = "Enable android adb in your python script" ,
19
19
long_description = 'This python package is a wrapper for standard android adb\
20
20
implementation. It allows you to execute android adb commands in your \
You can’t perform that action at this time.
0 commit comments