Skip to content

Commit 400d4f7

Browse files
committed
update v.next for next release
1 parent 1ec288c commit 400d4f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencyResolutionManagement {
1111
google()
1212
mavenCentral()
1313
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
14+
maven { url 'https://olympus.esri.com/artifactory/arcgisruntime-repo/' }
1415
}
1516
}
1617

version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
appcompatVersion = '1.3.0'
1313
constraintLayoutVersion = '2.1.4'
1414
multidexVersion = '2.0.1'
15-
arcgisVersion = '200.0.0-beta01'
15+
arcgisVersion = '200.1.0-3723'
1616
materialVersion = '1.6.1'
1717
recyclerViewVersion = '1.1.0'
1818
// plugin versions

0 commit comments

Comments
 (0)