From 2c60f5b5e390224054e673f86bbf2fe2e59fcba3 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 18 Jan 2023 18:39:44 -0500 Subject: [PATCH] Adding animal sniffer to display all issues related to android compatibility. (#1050) --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 394d687e9..8af39be99 100644 --- a/pom.xml +++ b/pom.xml @@ -391,6 +391,29 @@ org.apache.maven.plugins maven-deploy-plugin + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.22 + + + net.sf.androidscents.signature + android-api-level-26 + 8.0.0_r2 + + false + + + + check-android-26-compliance + test + + check + + + +