广告
最新更新 | 稳定版 | 候选版本 | Beta 版 | Alpha 版 |
---|---|---|---|---|
2023 年 3 月 8 日 | - | - | - | 1.0.0-alpha05 |
声明依赖项
要添加对 Ads 的依赖项,您必须将 Google Maven 存储库添加到您的项目中。阅读Google 的 Maven 存储库以了解更多信息。
在应用或模块的build.gradle
文件中添加所需构件的依赖项
Groovy
dependencies { implementation 'androidx.ads:ads-identifier:1.0.0-alpha05' // Optional - add if you're using Guava to handle // return values of type ListenableFuture. implementation 'com.google.guava:guava:28.0-android' }
Kotlin
dependencies { implementation("androidx.ads:ads-identifier:1.0.0-alpha05") // Optional - add if you're using Guava to handle // return values of type ListenableFuture. implementation("com.google.guava:guava:28.0-android") }
有关依赖项的更多信息,请参阅添加构建依赖项。
反馈
您的反馈有助于改进 Jetpack。如果您发现新问题或有改进此库的想法,请告诉我们。在创建新问题之前,请查看此库中现有的问题。您可以通过点击星形按钮为现有问题添加您的投票。
有关更多信息,请参阅问题跟踪器文档。
版本 1.0.0
版本 1.0.0-alpha05
2023 年 3 月 8 日
androidx.ads:ads-identifier:1.0.0-alpha05
、androidx.ads:ads-identifier-common:1.0.0-alpha05
和androidx.ads:ads-identifier-provider:1.0.0-alpha05
已发布。版本 1.0.0-alpha05 包含这些提交。
API 更改
- 已弃用
androidx.ads:ads-identifier
和androidx.ads:ads-identifier-provider
。请改为迁移到作为 Google Play 服务一部分提供的广告 ID API。(I57791)
版本 1.0.0-alpha04
2020 年 1 月 22 日
androidx.ads:ads-identifier:1.0.0-alpha04
、androidx.ads:ads-identifier-common:1.0.0-alpha04
和 androidx.ads:ads-identifier-provider:1.0.0-alpha04
已发布。 版本 1.0.0-alpha04 包含以下提交。
新功能
- 性能改进。
API 变更
AdvertisingIdInfo.getId()
现在直接从AdvertisingIdProvider
返回广告 ID,因此 ID 现在可以采用任何格式。
版本 1.0.0-alpha03
2019 年 11 月 20 日
androidx.ads:ads-identifier:1.0.0-alpha03
和 androidx.ads:ads-identifier-common:1.0.0-alpha03
已发布。 版本 1.0.0-alpha03 包含以下提交。
错误修复
- 删除了对 Java 8 编程语言的依赖。此库现在面向 Java 7 编程语言。
版本 1.0.0-alpha02
2019 年 9 月 18 日
androidx.ads:ads-identifier:1.0.0-alpha02
和 androidx.ads:ads-identifier-common:1.0.0-alpha02
已发布。 版本 1.0.0-alpha02 包含以下提交。
API 变更
AdvertisingIdUtils.getAdvertisingIdProviderServices()
的返回类型已从List<ResolveInfo>
更改为List<ServiceInfo>
错误修复
AdvertisingIdNotAvailableException
消息已更改为更准确的“No compatible AndroidX Advertising ID Provider available.”。
版本 1.0.0-alpha01
2019 年 8 月 7 日
androidx.ads:ads-identifier:1.0.0-alpha01
、androidx.ads:ads-identifier-common:1.0.0-alpha01
和 androidx.ads:ads-identifier-provider:1.0.0-alpha01
已发布。此版本中包含的提交可以在这里找到 这里。