File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55setup (name = 'androidviewclient' ,
6- version = '13.4.1 ' ,
6+ version = '13.5.0 ' ,
77 description = '''AndroidViewClient is a 100% pure python library and tools
88 that simplifies test script creation providing higher level
99 operations and the ability of obtaining the tree of Views present at
Original file line number Diff line number Diff line change 2222
2323from com .dtmilano .android .adb .dumpsys import Dumpsys
2424
25- __version__ = '13.4.1 '
25+ __version__ = '13.5.0 '
2626
2727import sys
2828import warnings
Original file line number Diff line number Diff line change 1919import re
2020from _warnings import warn
2121
22- __version__ = '13.4.1 '
22+ __version__ = '13.5.0 '
2323
2424
2525class Dumpsys :
Original file line number Diff line number Diff line change 1818@author: Diego Torres Milano
1919'''
2020
21- __version__ = '13.4.1 '
21+ __version__ = '13.5.0 '
2222
2323import os
2424import platform
Original file line number Diff line number Diff line change 2424import sys
2525
2626__author__ = 'diego'
27- __version__ = '13.4.1 '
27+ __version__ = '13.5.0 '
2828
2929DEBUG = True
3030
Original file line number Diff line number Diff line change 1919 @author: Ahmed Kasem
2020 '''
2121
22- __version__ = '13.4.1 '
22+ __version__ = '13.5.0 '
2323
2424import Tkinter
2525import ttk
Original file line number Diff line number Diff line change 2727from com .dtmilano .android .common import profileStart
2828from com .dtmilano .android .concertina import Concertina
2929
30- __version__ = '13.4.1 '
30+ __version__ = '13.5.0 '
3131
3232import sys
3333import threading
Original file line number Diff line number Diff line change 2929
3030from com .dtmilano .android .adb .dumpsys import Dumpsys
3131
32- __version__ = '13.4.1 '
32+ __version__ = '13.5.0 '
3333
3434DEBUG = True
3535
Original file line number Diff line number Diff line change 1818@author: Diego Torres Milano
1919'''
2020
21- __version__ = '13.4.1 '
21+ __version__ = '13.5.0 '
2222__author__ = 'diego'
2323
2424import sys
Original file line number Diff line number Diff line change 1818@author: Diego Torres Milano
1919'''
2020
21- __version__ = '13.4.1 '
21+ __version__ = '13.5.0 '
2222
2323import json
2424import os
You can’t perform that action at this time.
0 commit comments