SAP / gigya-android-sdk

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

Could not resolve com.github.SAP.gigya-android-sdk:sdk-core:core-v5.2.0. #72

Closed gnivsarkar007 closed 1 month ago

gnivsarkar007 commented 1 month ago

Checklist

Description

Reproduction

Triggering CD build is causing the issue. Similar to #69

Additional context

curl https://jitpack.io/com/github/SAP/gigya-android-sdk/gigya-android-sdk-core/core-v5.2.0/build.log returns File not found. Build ok

SDK version

5.2.0

tal-mi commented 1 month ago

Rebuilt on Jitpack: https://jitpack.io/com/github/SAP/gigya-android-sdk/core-v5.2.0/build.log com.github.SAP.gigya-android-sdk:sdk-core:core-v5.2.0

You are using an obsolete SDK version. Jitpack may drop the builds from time to time. If it happens we will rebuild it of course. To avoid this you can take the 5.2.0 aar from the release page and add it to your libs folder or alternatively update your SDK to v7.

gnivsarkar007 commented 1 month ago

Thanks @tal-mi ! Will switch to the aar asap and plan a migration.