Settings > Google > Ads
and tap on Reset Ad-ID
) and set up your device as a test device with the new GAID (see above for instructions on how to do that).dependencies
list in your build.gradle
or change the version there. If the affected dependency is a transitive dependency, you must exclude it from the dependency which specifies it as a transitive dependency.androidx.work:work-runtime:$workVersion
.work-runtime
library that predates AndroidX. There is an issue with the Android Gradle plugin <3.6.0
where the Jetifier does not correctly replace the dependency. If you are not already using a supported version of Gradle, you need to bump the version in your root project's build.gradle
file.android.enableJetifier=true
into your gradle.properties
file.androidx.work:work-runtime
library in your project, you can fix this issue by adding the following to your app level build.gradle
file.work-runtime
is up to 2.0.1