Guys, Google Play Store ruled the android api must be 35, then i compiled my app
# (int) Target Android API, should be as high as possible.
android.api =
35 (*default 31)
Everything worked well, then i tested my app but especially some devices running android version 15 have screen problems. The layouts were shifted on their own, some of them did not fit on the screen. (picture below)
But <=14 android versions worked well.
Then i compiled for
# (int) Target Android API, should be as high as possible.
# android.api = 31
i tested device has android version 15, worked well.
But problem is i have to change api as 35, not <35