Skip to content

Commit 6df468e

Browse files
author
Otto Koskela
committed
add latest ADB version
1 parent e890b0f commit 6df468e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/dtmilano/android/adb/adbclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def checkVersion(self, ignoreversioncheck=False, reconnect=True):
380380
# version = self.socket.recv(8, socket.MSG_WAITALL)
381381
version = self.__readExactly(self.socket, 8)
382382

383-
VALID_ADB_VERSIONS = ["00040028", "00040027", "00040024", "00040023", "00040020", "0004001f"]
383+
VALID_ADB_VERSIONS = ["00040029", "00040028", "00040027", "00040024", "00040023", "00040020", "0004001f"]
384384

385385
if not (version in VALID_ADB_VERSIONS) and not ignoreversioncheck:
386386
raise RuntimeError(

0 commit comments

Comments
 (0)