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.
2 parents a70dfbc + df5106b commit 790b676Copy full SHA for 790b676
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