Skip to content

Commit

Permalink
Bump clikt to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 20, 2024
1 parent 6e85867 commit 263c90a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions diffuse/src/main/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@

# Suppress warnings in R8 internal.
-dontwarn com.android.tools.r8.internal.**

# TODO: these could be removed after transitive mordant dependency has been bumped to 2.2.1 or newer.
-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 @@ -11,7 +11,7 @@ apkSigner = "com.android.tools.build:apksig:8.2.1"
bundleTool = "com.android.tools.build:bundletool:1.15.6"
aapt2Proto = { module = "com.android.tools.build:aapt2-proto", version.ref = "aapt2Proto" }
protobufJava = { module = "com.google.protobuf:protobuf-java", version.ref = "protobufJava" }
clikt = "com.github.ajalt.clikt:clikt:4.2.0"
clikt = "com.github.ajalt.clikt:clikt:4.2.2"
junit = "junit:junit:4.13.2"
truth = "com.google.truth:truth:1.3.0"
okio = "com.squareup.okio:okio:3.7.0"
Expand Down

0 comments on commit 263c90a

Please sign in to comment.