Resolved Incorrect package in AndroidManifest#246
Open
ajayjadhav9 wants to merge 1 commit intomasterfrom
Open
Conversation
fka3
approved these changes
Aug 5, 2024
| def sqipTargetSdkVersion = rootProject.hasProperty('sqipTargetSdkVersion') ? rootProject.sqipTargetSdkVersion : TARGET_SDK_VERSION | ||
| compileSdkVersion sqipCompileSdkVersion | ||
|
|
||
| namespace 'sqip.flutter' |
plinio-square
approved these changes
Aug 6, 2024
|
This update would help my android build related issues. |
|
I am sorry, I am not familiar with git hub review and implementation process, but I believe this was not integrated to version 1.7.9. When will this become officially available? |
|
Is this able to get merged? New projects with Flutter v3.24.3 now default to AGP v8. |
|
Can someone please resolve this issue quickly? The most critical aspect is that we use this payment feature in our project, and the current version is not up to date. |
|
We hope that this issue will be released as an official version as soon as possible, as it correctly addresses the issue in question. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed Incorrect package in AndroidManifest after upgrade to AGP 8
Bug Link : #240