This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 <!-- Uncomment if a $(PackageVersionSuffix) is ever needed -->
44 <!-- <PackageVersionSuffix>-net6preview04</PackageVersionSuffix> -->
55 <!-- <PackageVersionSuffix Condition=" '$(BUILD_BUILDID)' != '' ">$(PackageVersionSuffix).$(BUILD_BUILDID)</PackageVersionSuffix> -->
6- <GuavaNuGetVersion >31.1.0$(PackageVersionSuffix)</GuavaNuGetVersion >
6+ <GuavaNuGetVersion >31.1.0.1 $(PackageVersionSuffix)</GuavaNuGetVersion >
77 <GuavaFailureAccessNuGetVersion >1.0.1.6$(PackageVersionSuffix)</GuavaFailureAccessNuGetVersion >
8- <GuavaListenableFutureNuGetVersion >1.0.0.6 $(PackageVersionSuffix)</GuavaListenableFutureNuGetVersion >
8+ <GuavaListenableFutureNuGetVersion >1.0.0.7 $(PackageVersionSuffix)</GuavaListenableFutureNuGetVersion >
99
1010 <!-- Opt out of C#8 features to maintain compatibility with legacy -->
1111 <AndroidBoundInterfacesContainConstants >false</AndroidBoundInterfacesContainConstants >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <ItemGroup Condition =" '$(AndroidApplication)' == 'true' " >
3+ <ItemGroup Condition =" '$(AndroidApplication)' == 'true' And '$(XamarinGoogleGuavaListenableFutureOptOut)' != 'true' " >
44 <AndroidJavaLibrary Include =" $(MSBuildThisFileDirectory)..\..\jar\*.jar" />
55 </ItemGroup >
66</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <ItemGroup >
4- <EmbeddedReferenceJar Include =" $(MSBuildThisFileDirectory)..\..\jar\*.jar" />
3+ <ItemGroup Condition = " '$(AndroidApplication)' == 'true' And '$(XamarinGoogleGuavaOptOut)' != 'true' " >
4+ <AndroidJavaLibrary Include =" $(MSBuildThisFileDirectory)..\..\jar\*.jar" />
55 </ItemGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments