-
Notifications
You must be signed in to change notification settings - Fork 126
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
Resolved Incorrect package in AndroidManifest #246
base: master
Are you sure you want to change the base?
Conversation
@@ -32,7 +32,7 @@ android { | |||
def sqipCompileSdkVersion = rootProject.hasProperty('sqipCompileSdkVersion') ? rootProject.sqipCompileSdkVersion : COMPILE_SDK_VERSION | |||
def sqipTargetSdkVersion = rootProject.hasProperty('sqipTargetSdkVersion') ? rootProject.sqipTargetSdkVersion : TARGET_SDK_VERSION | |||
compileSdkVersion sqipCompileSdkVersion | |||
|
|||
namespace 'sqip.flutter' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: indentation should align
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. |
Fixed Incorrect package in AndroidManifest after upgrade to AGP 8
Bug Link : #240