Skip to content

Commit 53b1e86

Browse files
committed
Upgrade android SDK to 200.7
1 parent bf7b0f4 commit 53b1e86

File tree

16 files changed

+602
-506
lines changed

16 files changed

+602
-506
lines changed

arcgis_map_sdk_android/android/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ buildscript {
66
repositories {
77
google()
88
mavenCentral()
9+
maven {
10+
url 'https://esri.jfrog.io/artifactory/arcgis'
11+
}
912
}
1013

1114
dependencies {
@@ -55,14 +58,14 @@ android {
5558
}
5659

5760
defaultConfig {
58-
minSdkVersion 23
61+
minSdkVersion 26
5962
}
6063
}
6164

6265
dependencies {
6366
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6467

6568
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
66-
implementation 'com.esri.arcgisruntime:arcgis-android:100.15.0'
69+
implementation 'com.esri:arcgis-maps-kotlin:200.7.0'
6770
implementation 'com.google.code.gson:gson:2.8.8'
6871
}

0 commit comments

Comments
 (0)