Play Console Error SDK34+: "This app targets Android 14 or above, and your current Play Billing Library version doesn't support Android 14. To target the latest Android version, please update your PBL version to either 5.2.1, or 6.0.1 and above"

To fix the warning related to androidx.fragment, try adding this line of code to additions.gradle located at UE_5.4\Engine\Source\ThirdParty\AndroidPermission\permission_library

constraints.implementation ‘androidx.fragment:fragment:1.3.6’

for reference:

image

2 Likes