Explained the fix for a Google Play Console warning "The developer of androidx.fragment:fragment has reported version 1.0.0 as outdated. Consider upgrading to one of the following versions before publishing a new release: 1.1.0+".
How to upgrade androidx fragment to the latest version.
Solution: Add following dependency constraint in module's build.gradle file
constraints.implementation 'androidx.fragment:fragment:1.3.6'
#googleplayconsole
#androidx
#outdated
#version
Google Forum conversation
https://groups.google.com/g/google-ad...
play-services-ads SDK in Maven Repository
https://mvnrepository.com/artifact/co...