razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 144 forks source link

Razor pay Give Error in Android Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not resolve com.razorpay:checkout:1.6.21. #390

Open AbhayGinoya opened 1 week ago

AbhayGinoya commented 1 week ago

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest Razorpay Flutter plugin release to make sure your issue has not already been fixed:

Flutter Version :

Run flutter version in your terminal and copy the results here.

Xcode Version :

Open Xcode > Go to About Xcode > copy the Xcode version here.

Cocoapod Version :

Go to iOS folder > open podfile.lock > copy the razorpay-pod version and razorpay_fluttera version.

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

1. 2.

Expected Results

Describe what you expected to happen.

Snack, code example, screenshot, or link to a repository:

Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

vivekshindhe commented 1 week ago

@AbhayGinoya What is the razorpay_flutter version you are using? If it is the latest one, can you please try to sync the gradle files directly from android studio? You can do this by opening the android project in Android Studio. It should install the latest version.

AbhayGinoya commented 1 week ago

@AbhayGinoya What is the razorpay_flutter version you are using? If it is the latest one, can you please try to sync the gradle files directly from android studio? You can do this by opening the android project in Android Studio. It should install the latest version.

razorpay_flutter: ^1.3.6 implementation 'com.razorpay:checkout:1.6.39' Gradle Version 7.5 Kotlin Version 1.8.10