From b0668e717438ae0551ac8b194b42786904213df2 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Thu, 16 Apr 2026 14:49:57 -0700 Subject: [PATCH] _Actually_ include `LICENSE` and Proguard configs in the Android flavor. This was supposed to happen way back in https://github.com/google/guava/commit/aeba1e1b2d7f34bc972c74c9eccb1b2826e88514 (for https://github.com/google/guava/issues/2117), but I messed it up, and I guess Maven doesn't mind if the requested files are missing. Possibly fixes https://github.com/google/guava/issues/8345 RELNOTES=Changed the Android jar to contain our Proguard configs. PiperOrigin-RevId: 900921665 --- android/guava/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/guava/pom.xml b/android/guava/pom.xml index e29ab97c3ea4..0b5295838b2a 100644 --- a/android/guava/pom.xml +++ b/android/guava/pom.xml @@ -44,7 +44,7 @@ - .. + ../.. LICENSE proguard/*