nowinandroid
nowinandroid copied to clipboard
Firebase: Migrate to using the Kotlin extensions (KTX) APIs in the main modules
https://firebase.google.com/docs/android/kotlin-migration
Requirements: Firebase BoM 32.5.0, but let's update to the latest 32.6.0.
And remove warnings:
'logEvent(String, ParametersBuilder.() -> Unit): Unit' is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.'param(String, String): Unit' is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.
See https://github.com/android/nowinandroid/pull/1006 for these new permissions and "Ad Services" property.
@dturner this PR is ready to be reviewed 🙇