-
Notifications
You must be signed in to change notification settings - Fork 150
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
Could not resolve com.razorpay:checkout:1.6.+. #401
Comments
Same issue. unable to run a project |
Same Issue, Unable to build a project from today morning. It was working fine yesterday. |
same issue, I am also unable to run my project and am getting the same error. |
Hey folks, the issue is not with the razorpay-checkout SDK but with mavenCentral. The razorpay-flutter package does not use jcenter. You can verify this here. Also attaching the link to the site which states the outage in OSSRH (mavenCentral) which is why we are seeing this issue. The issue is also different for each because using a specific version has been working for some folks, while it hasn’t for others. You can try to use #400 (comment) (Thank you @niladri-raychaudhuri for explaining the steps) fix temporarily to see if that would resolve it for you, while we look into resolving this from our end. |
Same issue here |
Hey folks, seems like the issue on mavenCentral is resolved. You can check the latest status here. Please try to run ./gradlew --refresh-dependencies or ./gradle --refresh-dependencies or run Sync project with Gradle files in Android studio when the android project is opened. |
Hey folks, I think Maven Central has resolved this issue, now just run the flutter clean and flutter pub get commands in your Terminal and it will work again. |
FAILURE: Build failed with an exception.
Execution failed for task ':app:checkDebugAarMetadata'.
BUILD FAILED in 1m 13s
Error: Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered: