We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9958c commit a97dd14Copy full SHA for a97dd14
source/androidx.health.connect/connect-client/merge.targets
@@ -0,0 +1,12 @@
1
+<Project>
2
+ <ItemGroup>
3
+ <!-- Include the proto JAR files directly into this binding -->
4
+ <InputJar Include="..\..\externals\androidx.health.connect\connect-client-proto.jar" />
5
+ <InputJar Include="..\..\externals\androidx.health.connect\connect-client-external-protobuf.jar" />
6
+ </ItemGroup>
7
+
8
9
+ <!-- Remove the PackageReference to the proto package since we're embedding it -->
10
+ <PackageReference Remove="Xamarin.AndroidX.Health.Connect.Client.Proto" />
11
12
+</Project>
0 commit comments