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

1.1.0 and old versions of Android #92

Open
richjhart opened this issue Jun 5, 2020 · 2 comments
Open

1.1.0 and old versions of Android #92

richjhart opened this issue Jun 5, 2020 · 2 comments

Comments

@richjhart
Copy link

The new version (1.1.0) uses AndroidX, but has a minimum Android version of 5.

I want to continue supporting back to Android API 9 in my app, but realistically I haven't been able to update that to androidX because nearly all the androidx have a minimum version of 16.

Is there a way to use to library without androidx?

@richjhart
Copy link
Author

For now I've gone back to 1.1.0.201903290044, which doesn't rely on the androidx dependency. If there was any way to use it without that, it would be great (so I could keep it up to date).

@Chainfire
Copy link
Owner

I haven't walked through the code to check, but if I recall correctly the library itself just uses it for the Null/NonNull/WorkerThread/AnyThread annotations (the example app uses it some more). If you don't mind doing the work, stripping those out might do the trick.

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

No branches or pull requests

2 participants