Skip to content

Commit 9826dca

Browse files
Update ProGuard configuration to ignore VMRuntime warnings
* **Build**: Add `-dontwarn dalvik.system.VMRuntime` to `app/proguard-rules.pro` to suppress warnings related to internal Dalvik APIs during the build process.
1 parent be9603f commit 9826dca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/proguard-rules.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
#-renamesourcefileattribute SourceFile
2222
# Ignore missing service definitions that are not relevant for Android runtime
2323
-dontwarn javax.annotation.processing.Processor
24-
-dontwarn javax.annotation.Nullable
24+
-dontwarn javax.annotation.Nullable
25+
-dontwarn dalvik.system.VMRuntime

0 commit comments

Comments
 (0)