I just created an app bundle and I encountered such an error.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
I guess this is the code that gives error.
var coinList = List<CoinDeepInfo>();
I created a bundle for trial purposes, can't I upload it to playstore because it gives an error? How can I fix this error? I don't know how to use the new code version.