-
Notifications
You must be signed in to change notification settings - Fork 523
Updating service used for sample on all platforms #1590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Test is failing since this branch doesn't have readme fixes I did... just remove the unrelated changes and you should be good.
src/Directory.Packages.props
Outdated
@@ -1,7 +1,7 @@ | |||
<Project> | |||
<PropertyGroup> | |||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | |||
<ArcGISMapsSDKVersion Condition="'$(ArcGISMapsSDKVersion)'==''">200.7.0</ArcGISMapsSDKVersion> | |||
<ArcGISMapsSDKVersion Condition="'$(ArcGISMapsSDKVersion)'==''">200.8.0</ArcGISMapsSDKVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@@ -1,5 +1,5 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.esri.arcgisruntime.samples.maui" android:versionCode="6" android:versionName="200.7.0"> | |||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.esri.arcgisruntime.samples.maui" android:versionCode="7" android:versionName="200.8.0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@williambohrmann3 I've regressed the unrelated changes in my branch, good to merge? |
@cgutierrez-gis yep, good to merge |
Co-authored-by: William Bohrmann <[email protected]> Co-authored-by: Carlos Gutierrez <[email protected]>
Description
Previously used service has now required a token authentication to access and Sample wasn't working, the service used has been updated based on what the Kotlin sample viewer uses.
Type of change
Platforms tested on
Checklist