-
Notifications
You must be signed in to change notification settings - Fork 140
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
make necessary changes to update to agp 8.2.2 #382
Conversation
Is there an estimate when this PR will be reviewed? |
Thanks for contributing! Could you expand a little on the use case for this? That is, is there a specific reason you need to upgrade the AGP? (Not saying we shouldn't do it, I'm just trying to understand the use cases). And do you know if this is still fully downward compatible, or could this e.g. cause issues when the app runs on old Android versions? |
The CI is failing, because we explicitly install Java 11 so far, could you please change the version from 11 to 17 in |
Dear @m0nac0 ,
Thank you! |
Please see EDIT on previous comment. |
So if I understand correctly, we only really need to add the gradle |
The flutter team seem to have used a conditional version of the namespace property to avoid breaking older projects: flutter/flutter#125621 (comment) |
Your are correct. There is two ways to deal with this: So you can choose option A or B and I will implement (maybe going from Gradle 4.x.x directly to 8 is a bit much) it accordingly (or you do it 😄 ) |
Hi @m0nac0, can you give me an update on my previous question please ? Would like to close this PR and not have it hanging around forever ... Thanks! |
Hello @m0nac0, any update?? |
I think we merged most of the changes from another PR, can you check what you think is still missing and open a new PR if required, thanks! |
Hey @kuhnroyal ! So I saw all the good news and the story in #397 and I am really happy you are taking over. I am also thankful to @m0nac0 of course for all the past work - but it seems you are already putting a lot of work into this right now 👍 I can make a subsequent PR for all the changes here (especially bump the example app) - will get to it next week! |
Since maplibre#390, the package can be used with Gradle 8. This is a small PR to have the example app use Gradle 8 for building (see maplibre#382) Tested with emulator and physical android device.
Since maplibre#390, the package can be used with Gradle 8. This is a small PR to have the example app use Gradle 8 for building (see maplibre#382) Tested with emulator and physical android device.
Since maplibre#390, the package can be used with Gradle 8. This is a small PR to have the example app use Gradle 8 for building (see maplibre#382) Tested with emulator and physical android device.
No description provided.