Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #25 from Flowdalic/animal-sniffer
Browse files Browse the repository at this point in the history
Ensure Android API 26 compatibility using Animal Sniffer
  • Loading branch information
ibauersachs committed Feb 13, 2021
2 parents 3bb43f0 + 91f6046 commit 794920d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Expand Up @@ -145,6 +145,27 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.20</version>
<configuration>
<signature>
<groupId>net.sf.androidscents.signature</groupId>
<artifactId>android-api-level-26</artifactId>
<version>8.0.0_r2</version>
</signature>
</configuration>
<executions>
<execution>
<id>animal-sniffer</id>
<phase>test</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<organization>
Expand Down

0 comments on commit 794920d

Please sign in to comment.