We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7d5d3 commit 4e68cb6Copy full SHA for 4e68cb6
settings.gradle
@@ -11,7 +11,6 @@ dependencyResolutionManagement {
11
google()
12
mavenCentral()
13
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
14
- maven { url 'https://olympus.esri.com/artifactory/arcgisruntime-repo/' }
15
}
16
17
version.gradle
@@ -12,7 +12,7 @@ ext {
appcompatVersion = '1.3.0'
constraintLayoutVersion = '2.1.4'
multidexVersion = '2.0.1'
- arcgisVersion = '200.1.0-3723'
+ arcgisVersion = '200.0.0-beta01'
materialVersion = '1.6.1'
recyclerViewVersion = '1.1.0'
18
// plugin versions
0 commit comments