From b0177d61048b5b4efc9363d23dacb6715128824e Mon Sep 17 00:00:00 2001 From: Nex Date: Sat, 23 Oct 2021 13:51:33 +0200 Subject: [PATCH] Upgraded adb-shell --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6f0dc3..dc107b6 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ requires = ( # iOS dependencies: "iOSbackup>=0.9.921", # Android dependencies: - "adb-shell>=0.4.1", + "adb-shell>=0.4.2", "libusb1>=2.0.1", )