Skip to content

7.1.0 unresolvable: com.sumup.pos.money.bundle:money:3.4.1 missing from maven.sumup.com — sample app also fails from fresh clone #282

Description

@saied-nawaz

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions