SAP / gigya-android-sdk

SAP CDC (Gigya) android sdk for mobile
Apache License 2.0
19 stars 13 forks source link

v5.2.0 not available via Gradle #38

Closed C-Otto closed 2 years ago

C-Otto commented 2 years ago

It seems version v5.2.0 is not published to Gradle/Maven repositories. When I try to update my app to this version, I get

 > Could not find com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.2.0.
     Searched in the following locations:
       - file:/home/cotto/IdeaProjects/x/app/node_modules/react-native/android/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.2.0/gigya-android-sdk-core-core-v5.2.0.pom
       - file:/home/cotto/IdeaProjects/x/app/node_modules/jsc-android/dist/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.2.0/gigya-android-sdk-core-core-v5.2.0.pom
       - https://repo.maven.apache.org/maven2/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.2.0/gigya-android-sdk-core-core-v5.2.0.pom
       - https://dl.google.com/dl/android/maven2/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.2.0/gigya-android-sdk-core-core-v5.2.0.pom
       - https://www.jitpack.io/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.2.0/gigya-android-sdk-core-core-v5.2.0.pom
     Required by:
         project :app

This is with implementation 'com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.2.0'

tal-mi commented 2 years ago

Hi,

Please make sure you are using Jitpack setup as instructed in docs. the artifact is: com.github.SAP.gigya-android-sdk:sdk-core:core-v5.2.0

C-Otto commented 2 years ago

Thank you, this works. If the artifact name changed recently, I'd appreciate a hint somewhere easy to find.