SAP / gigya-android-sdk

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

Could not resolve dependency gigya-android-sdk-core-core-v5.1.6 #73

Open matoumi opened 1 month ago

matoumi commented 1 month ago

Checklist

Description

Our build fails due to unfound dependency.

Here is the error log:

`* What went wrong:
Execution failed for task ':app:getDependencies'.
> Could not find gigya-android-sdk-core-core-v5.1.6.jar (com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.1.6).
  Searched in the following locations:
      https://www.jitpack.io/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.1.6/gigya-android-sdk-core-core-v5.1.6.aar
      https://www.jitpack.io/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.1.6/gigya-android-sdk-core-core-v5.1.6.jar`

We are planing to upgrade to a newer version in a couple of months, but currently we still need this version. Could you rebuilt it please ?

It seems like it is available again here but with a different path : https://jitpack.io/com/github/SAP/gigya-android-sdk/core-v5.1.6/gigya-android-sdk-core-v5.1.6.jar

It seems like the config changed (groupId and artificatId) have been changed after rebuilt and we need to use the following dependency: com.github.SAP:gigya-android-sdk:core-5.1.6 (which works since yesterday) instead of : com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.1.6 (was working for a couple of years but it is broke since yesterday)

Should we update to this new config or you are going to set back the old one please ?

Reproduction

Adding the repo jitpack.io add the dependency : implementation 'com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.1.6'

SDK version

gigya-android-sdk:core-5.1.6