Home > Software engineering >  Could not resolve com.stripe:stripe-android:20.12. . in Flutter project
Could not resolve com.stripe:stripe-android:20.12. . in Flutter project

Time:10-31

Earlier my project was running without error but today i am getting following error. I would appreciate if anyone can help to get out of this issue.

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 com.stripe:stripe-android:20.12. .
         Required by:
             project :app > project :stripe_android
          > Failed to list versions for com.stripe:stripe-android.
             > Unable to load Maven meta-data from https://jcenter.bintray.com/com/stripe/stripe-android/maven-metadata.xml.
                > Could not HEAD 'https://jcenter.bintray.com/com/stripe/stripe-android/maven-metadata.xml'.
                   > Read timed out
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 47s
Exception: Gradle task assembleDebug failed with exit code 1

CodePudding user response:

I am getting this too.. someone know?

Seems like ' enter image description here

  • Related