Got Warning while upload new 64 bit apk ito production

Capture
i compiled my project into 64 bit then i upload into production i got this warning.
what can i do?
“SDK”: {
“CompileVersion”: 28,
“MinVersion”: 19,
“TargetVersion”: 28
},
“Architectures”: {
“Release”: [“armeabi-v7a”, “arm64-v8a”]
},
i included this in my uno project.is this correct?

Its a warning for reducing the APK size via “Android App Bundle techniques”, your app will still roll out to production.