sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
107 stars 28 forks source link

maven.sumup.com is returning 403 #222

Closed kochavi-daniel closed 1 month ago

kochavi-daniel commented 6 months ago

Since yesterdy we've been getting this error when trying to build our Android app:

      > Failed to list versions for androidx.appcompat:appcompat.
         > Unable to load Maven meta-data from https://maven.sumup.com/releases/androidx/appcompat/appcompat/maven-metadata.xml.
            > Could not GET 'https://maven.sumup.com/releases/androidx/appcompat/appcompat/maven-metadata.xml'. Received status code 403 from server: Forbidden
DxTa commented 6 months ago

same issue here as well

duchoangbk09 commented 6 months ago

Me too....

Could not resolve all files for configuration ':app:devDebugCompileClasspath'. Could not resolve com.sumup:merchant-sdk:5.0.0. Required by: project :app Could not resolve com.sumup:merchant-sdk:5.0.0. Could not get resource 'https://maven.sumup.com/repository/releases-local/com/sumup/merchant-sdk/5.0.0/merchant-sdk-5.0.0.pom'. Could not GET 'https://maven.sumup.com/repository/releases-local/com/sumup/merchant-sdk/5.0.0/merchant-sdk-5.0.0.pom'. Received status code 403 from server: Forbidden

sn-will commented 6 months ago

Since yesterdy we've been getting this error when trying to build our Android app:

      > Failed to list versions for androidx.appcompat:appcompat.
         > Unable to load Maven meta-data from https://maven.sumup.com/releases/androidx/appcompat/appcompat/maven-metadata.xml.
            > Could not GET 'https://maven.sumup.com/releases/androidx/appcompat/appcompat/maven-metadata.xml'. Received status code 403 from server: Forbidden

Same here: > Could not GET 'https://maven.sumup.com/releases/com/google/firebase/firebase-sessions/maven-metadata.xml'. Received status code 403 from server: Forbidden

steveetm commented 6 months ago

Same here