Skip to content

Commit

Permalink
Merge pull request #238 from usefulness/renovate/clikt
Browse files Browse the repository at this point in the history
Update dependency com.github.ajalt.clikt:clikt to v4.2.1
  • Loading branch information
mateuszkwiecinski authored Dec 7, 2023
2 parents d131fac + d0b7efa commit bca73cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions diffuse/src/main/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
##############
-keep class com.sun.jna.** { *; }
-keep class * implements com.sun.jna.** { *; }
-keepattributes RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations,RuntimeVisibleTypeAnnotations,AnnotationDefault
-dontwarn org.graalvm.**
-dontwarn com.oracle.svm.core.annotate.Delete
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ guava = "31.0.1-jre"
dalvikdx = "11.0.0_r3"
apkparser = "31.2.0"
apksign = "8.2.0"
clikt = "4.2.0"
clikt = "4.2.1"
junit = "5.10.1"
okio = "3.6.0"
byteunits = "0.9.1"
Expand Down

0 comments on commit bca73cc

Please sign in to comment.