diff --git a/Android/Guava/Directory.Build.props b/Android/Guava/Directory.Build.props index a8c5f2949e..315255168e 100644 --- a/Android/Guava/Directory.Build.props +++ b/Android/Guava/Directory.Build.props @@ -5,7 +5,7 @@ 31.1.0.1$(PackageVersionSuffix) 1.0.1.6$(PackageVersionSuffix) - 1.0.0.7$(PackageVersionSuffix) + 9999.0 false diff --git a/Android/Guava/source/Guava.ListenableFuture/Guava.ListenableFuture.csproj b/Android/Guava/source/Guava.ListenableFuture/Guava.ListenableFuture.csproj index 3b8d7561f2..525f000709 100644 --- a/Android/Guava/source/Guava.ListenableFuture/Guava.ListenableFuture.csproj +++ b/Android/Guava/source/Guava.ListenableFuture/Guava.ListenableFuture.csproj @@ -15,6 +15,12 @@ Xamarin.Android bindings for Google Guava ListenableFuture +NOTE: This version (9999.0) of this package is not intended to be used directly. It does not provide +a 'guava-listenablefuture.jar'. This version is used when a project references both Guava and +Guava.ListenableFuture. In this scenario, the only type normally in this package (ListenableFuture.class) is +provided in 'guava.jar' instead. This avoids creating a Java error with duplicating this type that +happens when both .jar's are included in an application. + NOTE: This package is meant to be used as a reference only for other binding projects that depend on Guava. This package does not expose any useful API's in the .dll itself. @@ -30,8 +36,6 @@ Guava is a set of core libraries that includes new collection types (such as mul - -