Skip to content

Commit

Permalink
build: remove staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
semirp committed Oct 4, 2024
1 parent 37d3396 commit 6ab7a71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ repositories {
maven {
url "${KLARNA_DISTRIBUTION_URL}"
}
maven {
url 'https://s01.oss.sonatype.org/content/repositories/staging/'
}
mavenLocal()
}

Expand Down
3 changes: 0 additions & 3 deletions packages/sdk/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/staging/'
}

def found = false
def defaultDir = null
Expand Down

0 comments on commit 6ab7a71

Please sign in to comment.