Please help me to fix the following error

Please help me to fix the following error

[   +1 ms] FAILURE: Build failed with an exception.
[        ] * What went wrong:
[        ] Execution failed for task ':app:checkDebugAarMetadata'.
[        ] > Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
[        ]    > Could not resolve androidx.lifecycle:lifecycle-common:2.2.0.
[        ]      Required by:
[        ]          project :app > io.flutter:flutter_embedding_debug:1.0.0-3f3e560236539b7e2702f5ac790b2a4691b32d49
[        ]       > Could not resolve androidx.lifecycle:lifecycle-common:2.2.0.
[        ]          > Could not get resource 'https://storage.googleapis.com/download.flutter.io/androidx/lifecycle/lifecycle-common/2.2.0/lifecycle-common-2.2.0.pom'.
[        ]             > Could not GET 'https://storage.googleapis.com/download.flutter.io/androidx/lifecycle/lifecycle-common/2.2.0/lifecycle-common-2.2.0.pom'. Received status code 403 from server: Forbidden
[        ]    > Could not resolve androidx.lifecycle:lifecycle-common-java8:2.2.0.
[        ]      Required by:
[        ]          project :app > io.flutter:flutter_embedding_debug:1.0.0-3f3e560236539b7e2702f5ac790b2a4691b32d49
[        ]       > Could not resolve androidx.lifecycle:lifecycle-common-java8:2.2.0.
[        ]          > Could not get resource 'https://storage.googleapis.com/download.flutter.io/androidx/lifecycle/lifecycle-common-java8/2.2.0/lifecycle-common-java8-2.2.0.pom'.
[        ]             > Could not GET 'https://storage.googleapis.com/download.flutter.io/androidx/lifecycle/lifecycle-common-java8/2.2.0/lifecycle-common-java8-2.2.0.pom'. Received status code 403 from server: Forbidden
[        ]    > Could not resolve androidx.lifecycle:lifecycle-runtime:2.2.0.
[        ]      Required by:
[        ]          project :app > io.flutter:flutter_embedding_debug:1.0.0-3f3e560236539b7e2702f5ac790b2a4691b32d49
[        ]       > Could not resolve androidx.lifecycle:lifecycle-runtime:2.2.0.
[        ]          > Could not get resource 'https://storage.googleapis.com/download.flutter.io/androidx/lifecycle/lifecycle-runtime/2.2.0/lifecycle-runtime-2.2.0.pom'.
[   +1 ms]             > Could not GET 'https://storage.googleapis.com/download.flutter.io/androidx/lifecycle/lifecycle-runtime/2.2.0/lifecycle-runtime-2.2.0.pom'. Received status code 403 from server: Forbidden
[        ]    > Could not resolve androidx.fragment:fragment:1.1.0.
[        ]      Required by:
[        ]          project :app > io.flutter:flutter_embedding_debug:1.0.0-3f3e560236539b7e2702f5ac790b2a4691b32d49
[        ]       > Could not resolve androidx.fragment:fragment:1.1.0.
[        ]          > Could not get resource 'https://storage.googleapis.com/download.flutter.io/androidx/fragment/fragment/1.1.0/fragment-1.1.0.pom'.
[        ]             > Could not GET 'https://storage.googleapis.com/download.flutter.io/androidx/fragment/fragment/1.1.0/fragment-1.1.0.pom'. Received status code 403 from server: Forbidden
[        ]    > Could not resolve androidx.annotation:annotation:1.1.0.
[        ]      Required by:
[        ]          project :app > io.flutter:flutter_embedding_debug:1.0.0-3f3e560236539b7e2702f5ac790b2a4691b32d49
[        ]          project :app > io.flutter:flutter_embedding_debug:1.0.0-3f3e560236539b7e2702f5ac790b2a4691b32d49 > androidx.tracing:tracing:1.0.0
[        ]       > Could not resolve androidx.annotation:annotation:1.1.0.
[        ]          > Could not get resource 'https://storage.googleapis.com/download.flutter.io/androidx/annotation/annotation/1.1.0/annotation-1.1.0.pom'.
[        ]             > Could not GET 'https://storage.googleapis.com/download.flutter.io/androidx/annotation/annotation/1.1.0/annotation-1.1.0.pom'. Received status code 403 from server: Forbidden
[        ]    > Could not resolve androidx.core:core:1.6.0.

I think you somewhere used a wrong repository declaration.
While you get “403 Forbidden”, I get “404 Not Found” when requesting the first URL from your error.
I don’t know why that is happening, maybe you use some proxy that answers with 403 instead.
Anyway, https://storage.googleapis.com/download.flutter.io is not the right repository.
That dependency is available at repository https://maven.google.com which you can also simplified use by using google() as repository.