Skip to content

Commit

Permalink
Merge pull request #189 from Esri/puneet/updateToUseU11
Browse files Browse the repository at this point in the history
Update to use ArcGIS runtime u11
  • Loading branch information
puneet-pdx authored Apr 28, 2021
2 parents ceb28b1 + 13235d7 commit 2c2272a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 1.0.12

- Support for ArcGIS Runtime SDK for Android 100.11.0

# Release 1.0.11

- Support for ArcGIS Runtime SDK for Android 100.10.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext {
materialLibraryVersion = '1.3.0'
legacyLibraryVersion = '1.0.0'

runtimeVersion = '100.10.0'
runtimeVersion = '100.11.0'
butterknifeVersion = '10.2.0'
robotiumVersion = '5.6.3'
httpcomponentsVersion = '4.3.5.1'
Expand Down
2 changes: 1 addition & 1 deletion maps-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
targetSdkVersion rootProject.targetSdkVersion
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
versionCode 1
versionName '1.0.11'
versionName '1.0.12'
}

packagingOptions {
Expand Down

0 comments on commit 2c2272a

Please sign in to comment.