Skip to content

Commit

Permalink
[CHORE] build success
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Mar 13, 2024
1 parent a19da3f commit ac6beae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@

-keepattributes RuntimeVisibleAnnotations
-keep,allowobfuscation,allowshrinking class * extends androidx.navigation.Navigator
#-keep class *.** { *; }
#
#-dontwarn com.oracle.svm.core.annotate.Delete
#-dontwarn com.oracle.svm.core.annotate.Substitute
#-dontwarn com.oracle.svm.core.annotate.TargetClass
#-dontwarn java.lang.Module
#-dontwarn org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess
#-dontwarn org.graalvm.nativeimage.hosted.Feature
#-dontwarn org.graalvm.nativeimage.hosted.RuntimeResourceAccess
-keep class *.** { *; }

-dontwarn com.oracle.svm.core.annotate.Delete
-dontwarn com.oracle.svm.core.annotate.Substitute
-dontwarn com.oracle.svm.core.annotate.TargetClass
-dontwarn java.lang.Module
-dontwarn org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess
-dontwarn org.graalvm.nativeimage.hosted.Feature
-dontwarn org.graalvm.nativeimage.hosted.RuntimeResourceAccess

0 comments on commit ac6beae

Please sign in to comment.