Skip to content

Commit

Permalink
Updated proguard to build with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Oct 11, 2023
1 parent 282e6c4 commit 948360e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jsign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.guardsquare</groupId>
<artifactId>proguard-base</artifactId>
<version>7.4.0-beta02</version>
</dependency>
<dependency>
<groupId>com.guardsquare</groupId>
<artifactId>proguard-core</artifactId>
<version>9.1.0</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
Expand Down

0 comments on commit 948360e

Please sign in to comment.