From 008373c9d78e18fe40245458cd9aa640bacd2e5f Mon Sep 17 00:00:00 2001 From: cpovirk Date: Tue, 21 Nov 2023 09:37:33 -0800 Subject: [PATCH] Check compatibility against the Android SDK (including [always-desugared APIs](https://github.com/open-toast/gummy-bears#android) but still not opt-in library desugaring) instead of the JDK. Fixes https://github.com/google/guava/issues/4005 RELNOTES=n/a PiperOrigin-RevId: 584349750 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d1dff80d1..14179f1aa 100644 --- a/pom.xml +++ b/pom.xml @@ -264,9 +264,10 @@ 1.23 - org.codehaus.mojo.signature - java16-sun - 1.10 + com.toasttab.android + gummy-bears-api-19 + 0.6.1 +