Skip to content

Commit

Permalink
address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet-pdx committed Nov 16, 2020
1 parent af137b4 commit 883e4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release 1.0.10

- Updates doc to avoid all use of `http:`
- Updates project to favor the use of secured `https` rather than `http`
- Updates Bintray maven reference for ArcGIS Runtime SDK for Android in gradle scripts

# Release 1.0.9
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.9'
versionName '1.0.10'
}

packagingOptions {
Expand Down

0 comments on commit 883e4fc

Please sign in to comment.