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-v7.0.7. #74

Closed MiljaArnautovicSobeys closed 1 month ago

MiljaArnautovicSobeys commented 1 month ago

Checklist

Description

I receive the following error when building on Azure pipline:

Similar to #69

Reproduction

  1. Root build.gradle :
 repositories {
    google()
    jcenter()
    mavenCentral()
    maven { url 'https://jitpack.io' }
    maven { url 'https://plugins.gradle.org/m2/' }
    maven { url "https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/repository" }
    maven { url "https://s3.amazonaws.com/salesforcesos.com/android/maven/release" }
    maven { url "https://tokbox.bintray.com/maven/" }
  }
  1. App build.gradle:
dependencies {
  implementation 'com.github.SAP.gigya-android-sdk:sdk-core:core-v7.0.7'
  implementation 'com.google.code.gson:gson:2.8.6' // required dependency of the Gigya SDK
}

Additional context

I do not have the error building locally on my Windows, only on CD.

SDK version

v7.0.7

mcg95 commented 1 month ago

Getting a similar error for 6.2.1. Screenshot attached below.

image (8)

tal-mi commented 1 month ago

Hi,

https://central.sonatype.com/artifact/com.sap.oss.gigya-android-sdk/sdk-core/7.0.7

V7 of the SDK is implemented via maven central. No need to use Jitpack anymore which drops version due to repo max limit.