Skip to content

Commit 8e43145

Browse files
authored
Merge pull request #181 from Esri/update/puneet/update_bintray_references_master
Master Branch - Update bintray references
2 parents ada3b65 + 81d2b7d commit 8e43145

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Documentation/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use the ArcGIS Runtime Toolkit for Android, first you need an app that uses t
1111

1212
You can add toolkit components which complement the functionality of the ArcGIS Runtime SDK for Android into your own applications. For example the toolkit allows you to add components such as scale bars, north arrows, or augmented reality controls.
1313

14-
The toolkit components are available as a library (.aar) in Bintray, or you can use the the source code for the toolkit directly from this repository. Read the [read me](https://github.com/Esri/arcgis-runtime-toolkit-android/blob/master/README.md) instructions for using the compiled library.
14+
The toolkit components are available as a library (.aar) in Jfrog, or you can use the source code for the toolkit directly from this repository. Read the [read me](https://github.com/Esri/arcgis-runtime-toolkit-android/blob/master/README.md) instructions for using the compiled library.
1515

1616
## Use the toolkit from source code
1717

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# ArcGIS Runtime Toolkit Android
22

3-
[![doc badge](https://img.shields.io/badge/Doc-purple)](Documentation) [![package badge](https://img.shields.io/bintray/v/esri/arcgis/arcgis-android-toolkit?color=limegreen)](https://bintray.com/esri/arcgis/arcgis-android-toolkit)
3+
[![doc badge](https://img.shields.io/badge/Doc-purple)](Documentation)
44

55
The ArcGIS Runtime Toolkit for Android contains views that you can use with [ArcGIS Runtime SDK for Android](https://developers.arcgis.com/android/).
66

77
You can use the Toolkit in your projects by:
88

9-
1. **Reference from Bintray** - the fastest way to get toolkit into your app
10-
* Ensure the Esri public Bintray Maven repository is in your project's gradle file - `https://esri.bintray.com/arcgis`
9+
1. **Reference from Jfrog** - the fastest way to get toolkit into your app
10+
* Ensure the Esri public Jfrog Maven repository is in your project's gradle file - `https://esri.jfrog.io/artifactory/arcgis`
1111

1212
```
1313
allprojects {
1414
repositories {
1515
...
16-
maven { url 'https://esri.bintray.com/arcgis' }
16+
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
1717
...
1818
}
1919
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
repositories {
3535
google()
3636
jcenter()
37-
maven { url 'https://esri.bintray.com/arcgis' }
37+
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
3838
maven { url 'http://olympus.esri.com/artifactory/arcgisruntime-repo/' }
3939
}
4040
}

0 commit comments

Comments
 (0)