Skip to content

Commit

Permalink
Update Core SDK staging repo url
Browse files Browse the repository at this point in the history
The old staging version of Core SDK got automatically deleted for some reason.

Discussion in slack:
https://salemove.slack.com/archives/C01F9K88SQZ/p1732545132319779?thread_ts=1732527166.629109&cid=C01F9K88SQZ
  • Loading branch information
gugalo committed Nov 26, 2024
1 parent f2c225e commit fe70605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
// Needed for some automated and manual testing (e.g: acceptance tests)
mavenLocal()
//TODO switch to the release version before releasing core SDK
maven { url = "https://s01.oss.sonatype.org/content/repositories/comglia-1321" }
maven { url = "https://s01.oss.sonatype.org/content/repositories/comglia-1323" }
}
}

Expand Down

0 comments on commit fe70605

Please sign in to comment.