My application is based on a web browser, as it was more practical to add the items I needed.
For a while now, I lost access to it in the play store because I didn’t update it to api version 31.
Today I updated to API 34, but when I tried it on my Android 13, the application didn’t open. The first time I tried, it asked me to update a version of a browser function on my phone, so I suspect that this is the bad part of my app.
I’ve already thought about changing the base to CustomWebView, but I don’t know how to do it quickly.