-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
warning: 6.0.0-beta25 build errors, due to updated dependencies #1870
Comments
👋 @2x2xplz NOTE: This comment is auto-generated. Are you sure you have already searched for the same problem? Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem! If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue. In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding Following these steps can save you, me, and other people a lot of time, thanks! |
Same problem. Any update? |
Same here too |
same issue |
Same issue |
The problem with that is that the version 6.0.0 stable has not been already released, otherwise, I would have done it. The only "fix" is to update your project to support also You can also check the official Android guide to use Android Studio - Android Gradle plugin Upgrade Assistant Also, you can check the current Android folder inside the
|
Even I am facing the same issue
|
@PawanFyers it’s written in the error what you have to do. Check also my previous answer. |
By the way it should be ok also using The So, in this case, the requirement is to have |
Has it been fixed? I also encountered it |
@tmkook it won’t fix. You need to upgrade your Android configuration as said in the previous comments. |
This one still uses v33 Error log:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Not a bug, but a warning. Perhaps re-numbering to 6.1-beta is appropriate.
Upgrading from 6.0.0-beta24+1 to -beta25 updates dependencies, according to the changelog:
The androidx updates require Android 34, which in turn requires Android Gradle Plugin 8+, which is often going to require an upgrade (most existing projects are probably on AGP 7). Additionally, upgrading Gradle plugin from 7 to 8 sometimes introduces a
namespace
error, here's a SO issue describing the problem.Typical error when trying to build with 6.0.0-beta25:
The text was updated successfully, but these errors were encountered: