-
Notifications
You must be signed in to change notification settings - Fork 279
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
Fix: Add Namespace to build.gradle for :flutter_credit_card #171
Fix: Add Namespace to build.gradle for :flutter_credit_card #171
Conversation
please accept changes to make to work with last flutter |
thankswe do mobile version for internet shop Modern microservices with CMS Manhattan (youtube.com)
|
|
|
| | |
|
|
|
| |
Modern microservices with CMS Manhattan
|
|
|
Konstantin Grabko
Director of ECommerce CMS Engineering
CENTER BUSINESS SOLUTIONS INC
33 Mitchell ave | Plainview NYtel: 516-353-4997 | mobile 516-353-4997
On Friday, October 18, 2024 at 01:36:18 AM EDT, MrKosen ***@***.***> wrote:
@talhakosen approved this pull request.
In android/build.gradle:
@@ -25,6 +25,12 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
+
+ // Conditional for compatibility with AGP <4.2.
+ if (project.android.hasProperty("namespace")) {
ok
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
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.
agree
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.
make fix ASAP please to move to new Flater please
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.
LGTM!
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.
Looks ok, approved
Issue: Build failed due to missing namespace in the :flutter_credit_card module's build.gradle file.
Solution: Added the required namespace property to build.gradle as specified in Android's documentation.
Outcome: The build now completes successfully without errors.
@meetjanani-simformsolutions @kaoz70 @kika @vHanda @guicarvalho @BirjuVachhani @DevarshRanpara