I have an Android apk created from a Flutter project. I have added this apk to AppSweep and it returns the following issue: Legacy cryptographic classes used. Several classes in the java.security package have been marked as legacy and must no longer be used. Please refer to the Android SDK documentation for information on how to securely use cryptography in your app.
Do you have any idea where can I find those legacy cryptographic classes or how can I solve this issue?
I have attached an image with the issue after I have uploaded the apk to AppSweep Dexguard
I think that you added some packages on
pubspec.yaml
that might cause this warning like Firebase , However as much as you didn't modify anything on java classes , you are good don't worry about those warnings .