-
Notifications
You must be signed in to change notification settings - Fork 245
Updated android gradle plugin (namespace) and compileSdk version #86
base: master
Are you sure you want to change the base?
Updated android gradle plugin (namespace) and compileSdk version #86
Conversation
Any update of this PR? |
waiting for the owner |
hey @gaabrielricci I tried to use your fork and it shows this error: |
Check the implementation if it is correct in your pubspec.yaml, I created a new flutter project, only added my fork, and it worked correctly with the updated gradle 8/8.1.3 implementation: cupertino_icons: ^1.0.2 |
According to the migration guide for buttons it is recommended to use |
I just updated the android dependencies to get rid of the namespace error. I didn't update the code for this library |
Are you sure? :) I'm referring to the changes in the example app. |
When will the new library be released with this change? |
Any chance this will get merged in soon? I really don't want to have to migrate to a different package but this is blocking us from releasing a critical update. |
Just use a git ref for including the package until a new version is released? |
@jakobleck yeahhh that's what I ended up doing. Was hoping to avoid that |
Yeah I need this patch too. Isn't there any update on this? |
We’ve had to pgrade to Android Gradle Plugin >=8 due to another package and now we can’t compile because of this. Please can you merge this |
For those who are still waiting for the merge, I added this update like this flutter_app_badger:
git:
url: https://github.com/g123k/flutter_app_badger.git |
Resolved namespace incompatibility issue in build.gradle in app module. Error in the image below. And updated the package build version to the latest android version.