sumup / sumup-android-sdk

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

Failed to resolve: com.sumup:merchant-sdk:4.2.0 #211

Closed perissf1 closed 10 months ago

perissf1 commented 10 months ago

Sorry, I need guidance in setting up the SDK using Kotlin DSL. In Android Studio Settings, Remote Jar Repositories, I added https://maven.sumup.com/releases to both Maven Jar and Repositories and Artifactory or Nexus Service URLs. Then, in build.gradle.kts, added dependency:

implementation("com.sumup:merchant-sdk:4.2.0")

When building, I get the following error:

Failed to resolve: com.sumup:merchant-sdk:4.2.0

perissf1 commented 10 months ago

Managed to build using this guide: https://stackoverflow.com/a/69197871/870122