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 a634741 commit df5106bCopy full SHA for df5106b
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.0.0-3709'
+ arcgisVersion = '200.0.0-beta01'
materialVersion = '1.6.1'
recyclerViewVersion = '1.1.0'
18
// plugin versions
0 commit comments