Skip to content

Commit

Permalink
Merge pull request #46 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 committed Apr 28, 2021
2 parents e0da273 + c779ece commit d64f601
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.11

- Support for ArcGIS Runtime SDK for Android 100.11.0

# Release 1.0.10

- 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 @@ -40,7 +40,7 @@ ext {
legacyLibraryVersion = '1.0.0'
junitVersion = '4.12'
runnerVersion = '1.3.0'
runtimeVersion = '100.10.0'
runtimeVersion = '100.11.0'
espressoCoreVersion = '3.1.0'
daggerVerison = '2.25.3'
guavaVersion = '28.1-android'
Expand Down
2 changes: 1 addition & 1 deletion mapbook-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName '1.0.10'
versionName '1.0.11'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit d64f601

Please sign in to comment.