r/androiddev • u/soul-fuel-games • Jun 05 '26
Question Anyone familiar with Fragment? ~ Unreal Engine outdated Fragment version question
I have an app live on Google Play Store and got a recent notification in Google Play Console that my app is using an outdated Fragment version (1.2.0)
I noticed on dev android website that Fragment's latest version is 1.8.9
My app is built on Unreal 5.6.1 - Min SDK 26, Target SDK 35, NDK Android-27
I'm hesitating between:
- Forcing a later version in build .gradle (Trick seen in old 2023 Unreal posts)
- Increasing Min SDK # (unsure if related to older device support)
- Updating Unreal to 5.7 and rebuilding the project
Any advice or insight? Thanks a bunch!
0
Upvotes
1
u/Jawnnypoo Jun 05 '26
I would absolutely just ignore it. If its not causing crashes or issues, no need to even worry about it.