忽略 Android 发布警告消息 - "This App Bundle contains Java/Kotlin code, which might be obfuscated" 是否安全?

Is it safe to ignore Android release warning message - "This App Bundle contains Java/Kotlin code, which might be obfuscated"?

我在将应用程序提交到 Play 商店时收到以下警告。

我没有在我的应用程序中使用 minifyEnabled = true。所以,我的代码不会被混淆。忽略此警告是否安全?如果我忽略它,最坏的结果是什么?

What is the worst outcome if I ignore this?

它在你的警告中告诉你,如果你保持原样,可能更难理解崩溃和 ANR,仅此而已

更多信息here