Add androidx.health.connect:connect-client 1.1.0 bindings#1327
Closed
Add androidx.health.connect:connect-client 1.1.0 bindings#1327
Conversation
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Xamarin.AndroidX.Health.Connect.ConnectClient to version 1.1.0
Add androidx.health.connect:connect-client 1.1.0 bindings
Dec 8, 2025
jonathanpeppers
added a commit
that referenced
this pull request
Dec 9, 2025
Adds .NET bindings for Health Connect 1.1.0 stable release, enabling apps to read/write health and fitness records. ## Changes - Added `androidx.health.connect:connect-client` 1.1.0 to config.json - Added `ndroidx.health.connect:connect-client-proto` 1.1.0 to config.json - Added `androidx.health.connect-client-external-protobuf` 1.1.0 to config.json ## Package Details | Artifact | Version | NuGet ID | |----------|---------|----------| | androidx.health.connect:connect-client | 1.1.0 | Xamarin.AndroidX.Health.Connect.ConnectClient | | androidx.health.connect:connect-client-proto | 1.1.0 | Xamarin.AndroidX.Health.Connect.ConnectClientProto | | androidx.health.connect-client-external-protobuf | 1.1.0 | Xamarin.AndroidX.Health.Connect.ConnectClientExternalProtobuf | ## Key Highlights to Emphasize: - Three packages successfully added - All build without errors - Followed existing patterns - Used the same approach as other protobuf packages (datastore, protolayout) - Proper technical solutions - Used Metadata.xml transforms and Additions files (not hacky workarounds) - Complete implementation - Updated config, bindings, and published namespaces - Well-tested - Both .NET 9 and .NET 10 target frameworks work Reference: https://developer.android.com/jetpack/androidx/releases/health-connect#1.1.0 Fixes #1311 Closes #1327 Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds .NET bindings for Health Connect 1.1.0 stable release, enabling apps to read/write health and fitness records.
Changes
androidx.health.connect:connect-client1.1.0 to config.jsonandroidx.health.connect:connect-client-proto1.1.0 (markeddependencyOnly)The binderator generates the binding project as
Xamarin.AndroidX.Health.Connect.ConnectClient.Package Details
Reference: https://developer.android.com/jetpack/androidx/releases/health-connect#1.1.0
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.