Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate UiAutomator libraries from AndroidX #1259

Open
marcbonnici opened this issue May 3, 2024 · 0 comments
Open

Migrate UiAutomator libraries from AndroidX #1259

marcbonnici opened this issue May 3, 2024 · 0 comments

Comments

@marcbonnici
Copy link
Contributor

Going forward the UIAutomation libraries used within WA's UiAutomator workloads has been deprecated and should be replaced with the equivalent from the AndroidX libraries.

With the release of Android 9.0 (API level 28) there is a new version of the support library called AndroidX which is part of Jetpack. The AndroidX library contains the existing support library and also includes the latest Jetpack components.

You can continue to use the support library. Historical artifacts (those versioned 27 and earlier, and packaged as android.support.*) will remain available on Google Maven. However, all new library development will occur in the AndroidX library.

We recommend using the AndroidX libraries in all new projects. You should also consider migrating existing projects to AndroidX as well.

https://developer.android.com/topic/libraries/support-library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant