Upgrading com.sumup:merchant-sdk 7.0.0 → 7.1.0 per the official docs (single repo https://maven.sumup.com/releases) fails:
Could not find com.sumup.pos.money.bundle:money:3.4.1.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/sumup/pos/money/bundle/money/3.4.1/money-3.4.1.pom
- https://repo.maven.apache.org/maven2/com/sumup/pos/money/bundle/money/3.4.1/money-3.4.1.pom
- https://maven.sumup.com/releases/com/sumup/pos/money/bundle/money/3.4.1/money-3.4.1.pom
gradlew dependencyInsight chain:
com.sumup.pos.money.bundle:money:3.4.1 FAILED
\--- com.sumup:reader-offline:7.1.0
+--- com.sumup:merchant-sdk:7.1.0
\--- com.sumup:reader:7.1.0
Notes from investigation (verified 2026-07-11):
merchant-sdk-7.1.0.aar and reader-offline-7.1.0.pom return HTTP 200 on maven.sumup.com/releases, but no version of the com.sumup.pos.money.bundle group exists there at all (maven-metadata.xml 404), nor on Maven Central or Google Maven.
- Reproduces with this repo's own sample app from a fresh clone (after adding the
maven.sumup.com/releases repo — which the sample's settings.gradle.kts is also missing; the SDK isn't published to google()/mavenCentral() that it lists).
- Presumably the artifact exists on an internal SumUp mirror but was never published publicly (or was removed after the June release — integrators who resolved 7.1.0 in June would still have it in their Gradle caches, masking the breakage).
Could you publish com.sumup.pos.money.bundle:money:3.4.1 to maven.sumup.com/releases (and add the repo to the sample's settings.gradle.kts)? This currently blocks any fresh adoption of 7.1.0; we've had to stay on 7.0.0.
Upgrading
com.sumup:merchant-sdk7.0.0 → 7.1.0 per the official docs (single repohttps://maven.sumup.com/releases) fails:gradlew dependencyInsightchain:Notes from investigation (verified 2026-07-11):
merchant-sdk-7.1.0.aarandreader-offline-7.1.0.pomreturn HTTP 200 onmaven.sumup.com/releases, but no version of thecom.sumup.pos.money.bundlegroup exists there at all (maven-metadata.xml404), nor on Maven Central or Google Maven.maven.sumup.com/releasesrepo — which the sample'ssettings.gradle.ktsis also missing; the SDK isn't published togoogle()/mavenCentral()that it lists).Could you publish
com.sumup.pos.money.bundle:money:3.4.1tomaven.sumup.com/releases(and add the repo to the sample'ssettings.gradle.kts)? This currently blocks any fresh adoption of 7.1.0; we've had to stay on 7.0.0.