eas build fail apk

In your post, please share:

  • Whether you are bare or managed workflow
  • Your eas-cli 3.0.0
  • What you have tried so far

while building apk file we are getting the following errors. i think strip payment is not supporting
set EAS_NO_VCS=1 && eas build --profile preview --platform android

[stderr]

FAILURE:

[stderr]

Build failed with an exception.

[stderr]

* What went wrong:

[stderr]

Could not determine the dependencies of task ':app:mergeReleaseAssets'.

[stderr]

>

[stderr]

Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.

[stderr]

>

[stderr]

Could not resolve com.stripe:stripe-android:20.5.+.

[stderr]

Required by:

[stderr]

project :app > project :stripe_stripe-react-native

[stderr]

>

[stderr]

Failed to list versions for com.stripe:stripe-android.

[stderr]

>

[stderr]

Unable to load Maven meta-data from https://www.jitpack.io/com/stripe/stripe-android/maven-metadata.xml.

[stderr]

>

[stderr]

Could not GET 'https://www.jitpack.io/com/stripe/stripe-android/maven-metadata.xml'. Received status code 521 from server:

[stderr]

* Try:

[stderr]

>

[stderr]

Run with

[stderr]

--stacktrace

[stderr]

option to get the stack trace.

[stderr]

>

[stderr]

Run with

[stderr]

--info

[stderr]

or

[stderr]

--debug

[stderr]

option to get more log output.

[stderr]

>

[stderr]

Run with

[stderr]

--scan

[stderr]

to get full insights.

[stderr]

* Get more help at

[stderr]

https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
6 actionable tasks: 6 executed

[stderr]

BUILD FAILED in 2m 42s
Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.

Hi @satyam.ypo,

It seems packages like Stripe uses jitpack.io. The issue was also reported for other libraries:

As per their status page (https://status.jitpack.io/) it seems their service up and running. I’d suggest running the build again. If it is still failing to build, let us know.

Hi @satyam.ypo

Try it again. JitPack is back up: