Enigmatic-Smile / fidel-android

FIDEL Android SDK
MIT License
5 stars 1 forks source link

Jitpack problem #15

Closed ycensi closed 6 months ago

ycensi commented 1 year ago

Hello everyone,

I'm trying to build my project but we are receiving the same error as (#11, #13, and #14), looks like this dependency is not available on Jitpack:

Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
   > Could not find com.github.FidelLimited:android-sdk:1.7.5.
     Searched in the following locations:
       - file:/home/runner/work/IAGLoyaltyMobile/IAGLoyaltyMobile/node_modules/react-native/android/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - file:/home/runner/work/IAGLoyaltyMobile/IAGLoyaltyMobile/node_modules/jsc-android/dist/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - https://repo.maven.apache.org/maven2/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - https://dl.google.com/dl/android/maven2/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - file:/home/runner/work/IAGLoyaltyMobile/IAGLoyaltyMobile/node_modules/detox/Detox-android/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - https://www.jitpack.io/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - https://repo.mobile.jumio.ai/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - file:/home/runner/work/IAGLoyaltyMobile/IAGLoyaltyMobile/node_modules/react-native-background-fetch/android/libs/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - file:/home/runner/work/IAGLoyaltyMobile/IAGLoyaltyMobile/android/app/libs/google/tapAndPay/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
       - file:/home/runner/work/IAGLoyaltyMobile/IAGLoyaltyMobile/node_modules/@notifee/react-native/android/libs/com/github/FidelLimited/android-sdk/1.7.5/android-sdk-1.7.5.pom
     Required by:
         project :app > project :fidel-react-native

This is breaking all our Android builds at the moment.

May you please help me? Thanks and best regards.

ZECTBynmo commented 1 year ago

I just encountered this issue also. I was able to downgrade to fidel-react-native@1.6.0 and the build worked fine.

benlabbeus commented 1 year ago

Same here

valllllll2000 commented 1 year ago

@ycensi @ZECTBynmo @benlabbeus I have just tried getting the dependency today and all worked fine. There seems to have been a few issues on jitpack https://status.jitpack.io/ last week. My team and I will be looking into these issues and find a way to make sure it does not happen again. We are sorry for the inconvenience this may have caused! Please comment if it does not work for you.

rmerchant-IAGL commented 10 months ago

Hi @valllllll2000 this still seems to be an issue and prevents me for building the app. Is there any update on resolving this?

Thanks