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

AndroidX libraries not found. Using correct and latest ones. #5

Open
wants to merge 1 commit into
base: pr-katzer
Choose a base branch
from

Conversation

fregkos
Copy link

@fregkos fregkos commented Jun 16, 2023

The problem first appears when using this plugin in a Capacitor 5 project, where it works with AGP 8.0.2 (as of today).

When building with >= AGP 8.0, it searches for those libraries, but it cannot find the legacy:1.2.0 in the repositories as the latest is 1.0.0 (https://developer.android.com/jetpack/androidx/releases/legacy).
This is taken from the ANDROIDX_VERSION variable. Using 1.0.0 fixes building errors.

At the same time, I updated the libraries to their latest version.

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

Successfully merging this pull request may close these issues.

1 participant