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

Android AppCompat Beta 1.4.0-beta01 Release Breaks Builds #37

Closed
AdlerJS opened this issue Sep 30, 2021 · 4 comments · Fixed by #38
Closed

Android AppCompat Beta 1.4.0-beta01 Release Breaks Builds #37

AdlerJS opened this issue Sep 30, 2021 · 4 comments · Fixed by #38

Comments

@AdlerJS
Copy link

AdlerJS commented Sep 30, 2021

The following line <framework src="androidx.appcompat:appcompat:+" /> in the plugin.xml file is now breaking Android Builds for SDKCompile versions less than 31 which is what I imagine all Capacitor projects are running with.

With the release of the new 1.4.0-beta01 : https://developer.android.com/jetpack/androidx/releases/appcompat which happened yesterday all builds using this plugin with SDK less than 31 will now break.

I would recommended instead of using + we just lock the version to 1.3.1 as this is the most recent stable version per the site. Let me know your thoughts and I can open a PR if need be. I've fixed it in our build pipeline for now by hacking around it but wouldn't mind solving it at the core for others using the plugin / having the same issue.

Thanks for the great plugin!

@AdlerJS AdlerJS changed the title Android AppCompat Beta Release Breaks Builds Android AppCompat Beta 1.4.0-beta01 Release Breaks Builds Sep 30, 2021
@mostafa-mansour1
Copy link
Owner

mostafa-mansour1 commented Sep 30, 2021 via email

camhungh pushed a commit to camhungh/previewAnyFile that referenced this issue Oct 1, 2021
@camhungh
Copy link

camhungh commented Oct 1, 2021

Hi @danbunkr , @mostafa-mansour1 ,
I'm still stuck with this issue and I also waiting the new version to fix it.
I have made a PR. Could you review and merge it.

Thank you so much.

@pomma89
Copy link

pomma89 commented Oct 1, 2021

@mostafa-mansour1, could you push the fixed version to NPM? Thank you very much!

@mostafa-mansour1
Copy link
Owner

Done

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 a pull request may close this issue.

4 participants