appium-uiautomator2-driver 2.37.1 → 2.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ import { doctor } from 'appium-android-driver';
2
+
3
+ export const optionalBundletoolCheck = doctor.optionalBundletoolCheck;
4
+ export const optionalGstreamerCheck = doctor.optionalGstreamerCheck;
5
+ export const optionalFfmpegCheck = doctor.optionalFfmpegCheck;
@@ -0,0 +1,6 @@
1
+ import { doctor } from 'appium-android-driver';
2
+
3
+ export const androidHomeCheck = doctor.androidHomeCheck;
4
+ export const javaHomeCheck = doctor.javaHomeCheck;
5
+ export const javaHomeValueCheck = doctor.javaHomeValueCheck;
6
+ export const androidSdkCheck = doctor.androidSdkCheck;