Skip to content

Commit 07babed

Browse files
committed
Remove JDK from the list of android dependencies
1 parent 117ec23 commit 07babed

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

Framework/install_handler/route.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
appium,
99
java,
1010
android_sdk,
11-
jdk,
1211
)
1312
from .ios import xcode, simulator
1413
from .macos import xcode as macos_xcode
@@ -57,17 +56,6 @@
5756
"install_function": java.install, # install jdk here also. jdk.install will install java also.
5857
"user_password": False,
5958
},
60-
{
61-
"name": "JDK",
62-
"status": "none",
63-
"comment": "JDK is a tool for managing JDK devices.",
64-
"check_text":"Check status",
65-
"install_text": "Install",
66-
"os": ["windows", "linux", "darwin"],
67-
"status_function": jdk.check_status,
68-
"install_function": jdk.install,
69-
"user_password": False,
70-
},
7159
{
7260
"name": "Android SDK",
7361
"status": "none",

0 commit comments

Comments
 (0)