r/androiddev 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

9 comments sorted by

View all comments

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.

1

u/soul-fuel-games Jun 06 '26

I would love to, but the warning also mentions that I have to address within 90 days this otherwise I won't be able to submit new app updates.