Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 6 additions & 21 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4377,7 +4377,8 @@
"nugetVersion": "1.0.2.8",
"nugetId": "Xamarin.Google.Guava.FailureAccess",
"dependencyOnly": false,
"templateSet": "guava",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral",
"overrideLicenses": [
"Apache License, Version 2.0|http://www.apache.org/licenses/LICENSE-2.0.txt"
],
Expand All @@ -4391,7 +4392,8 @@
"nugetId": "Xamarin.Google.Guava",
"dependencyOnly": false,
"excludedRuntimeDependencies": "com.google.guava.listenablefuture",
"templateSet": "guava",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral",
"overrideLicenses": [
"Apache License, Version 2.0|http://www.apache.org/licenses/LICENSE-2.0.txt"
],
Expand All @@ -4404,7 +4406,8 @@
"nugetVersion": "1.0.0.24",
"nugetId": "Xamarin.Google.Guava.ListenableFuture",
"dependencyOnly": false,
"templateSet": "guava",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral",
"overrideLicenses": [
"Apache License, Version 2.0|http://www.apache.org/licenses/LICENSE-2.0.txt"
],
Expand Down Expand Up @@ -5828,24 +5831,6 @@
}
],
"templateSets": [
{
"name": "guava",
"mavenRepositoryType": "MavenCentral",
"templates": [
{
"templateFile": "templates/guava/Project.cshtml",
"outputFileRule": "generated/{groupid}.{artifactid}/{groupid}.{artifactid}.csproj"
},
{
"templateFile": "source/AndroidXNuGetReadMe.cshtml",
"outputFileRule": "generated/{groupid}.{artifactid}/readme.md"
},
{
"templateFile": "source/AndroidXSolutionFilter.cshtml",
"outputFileRule": "generated/{groupid}.{artifactid}/{groupid}.{artifactid}.slnf"
}
]
},
{
"name": "no-bindings",
"mavenRepositoryType": "MavenCentral",
Expand Down
7 changes: 7 additions & 0 deletions source/AndroidXProject.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,11 @@
}
</ItemGroup>

@if(Model.NuGetPackageId == "Xamarin.Google.Guava") {
<ItemGroup>
<!-- Reference a version of ListenableFuture that does not contain 'listenablefuture.jar' -->
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="9999.0.0" />
</ItemGroup>
}

</Project>

This file was deleted.

6 changes: 0 additions & 6 deletions source/com.google.guava/guava/Xamarin.Google.Guava.targets

This file was deleted.

This file was deleted.

216 changes: 0 additions & 216 deletions templates/guava/External-Dependency-Info.txt

This file was deleted.

Loading