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 1ec288c commit 400d4f7Copy full SHA for 400d4f7
settings.gradle
@@ -11,6 +11,7 @@ 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.0.0-beta01'
+ arcgisVersion = '200.1.0-3723'
materialVersion = '1.6.1'
recyclerViewVersion = '1.1.0'
18
// plugin versions
0 commit comments