Android 15 Users are seeing this: > This app is...
# random
s
Android 15 Users are seeing this:
This app is no longer compatible with your device contact the developers for more info.
I have published my app even with:
Copy code
minSdkVersion = 26,
  compileSdkVersion = 35,
  targetSdkVersion = 35,
App works if installed as an APK directly, Need Help.... Any thoughts ?
👀 1
solved 1
image.png
I think I found the issue, a library I am using is setting maxSdk really will ping the dev why he thought this was a good idea, and myself will be more vigilant from now on.
😯 2
👍 2
f
Thanks for sharing! 👍
🤝 1
3
🤝🏾 1
r
@Shabinder Singh do you mind sharing the lib causing your issue if public one?
Obligatory xkcd comics https://xkcd.com/979
🫂 1
s
Aah, just saw your mention, https://github.com/TM-Apps/konnection/issues/6 hopefully this helps. PS: you can also just check merged manifest to see where the tag might be coming from.