From cbc5a740f137b924e09608b0e440ed70cb59b5a1 Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Thu, 5 Mar 2020 07:51:29 -0800 Subject: [PATCH] updated snapshot fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b878ae4..4f7cd9064 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You'll find all of the documentation for this SDK on [our Mapbox Java documentat ## Using Snapshots -If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use a `-SNAPSHOT` release of the current development version of the Mapbox Java SDK via Gradle, available on [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/mapbox/mapboxsdk/). There are several different snapshots built nightly. Feel free to use any of the modules as needed. +If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use a `-SNAPSHOT` release of the current development version of the Mapbox Java SDK via Gradle, available on [JFrog](https://oss.jfrog.org/artifactory/oss-snapshot-local/com/mapbox/mapboxsdk/). There are several different snapshots built nightly. Feel free to use any of the modules as needed. ```gradle repositories {