Skip to content

Commit 953a688

Browse files
Fix missing androidx.health.connect.connect-client-external-protobuf package by removing dependencyOnly flag
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
1 parent 605bcb5 commit 953a688

File tree

5 files changed

+1052
-2674
lines changed

5 files changed

+1052
-2674
lines changed

cgmanifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,19 @@
17691769
},
17701770
"license": "The Apache Software License, Version 2.0"
17711771
},
1772+
{
1773+
"component": {
1774+
"type": "maven",
1775+
"maven": {
1776+
"artifactId": "connect-client-external-protobuf",
1777+
"groupId": "androidx.health.connect",
1778+
"version": "1.1.0-rc02",
1779+
"nuGetId": "Xamarin.AndroidX.Health.Connect.ConnectClientExternalProtobuf",
1780+
"nuGetVersion": "1.1.0.1-rc02"
1781+
}
1782+
},
1783+
"license": "The Apache Software License, Version 2.0"
1784+
},
17721785
{
17731786
"component": {
17741787
"type": "maven",

config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,7 @@
971971
"artifactId": "connect-client-external-protobuf",
972972
"version": "1.1.0-rc02",
973973
"nugetVersion": "1.1.0.1-rc02",
974-
"nugetId": "Xamarin.AndroidX.Health.Connect.ConnectClientExternalProtobuf",
975-
"dependencyOnly": true
974+
"nugetId": "Xamarin.AndroidX.Health.Connect.ConnectClientExternalProtobuf"
976975
},
977976
{
978977
"groupId": "androidx.health.connect",

0 commit comments

Comments
 (0)