Skip to content

Commit

Permalink
更新 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu authored Dec 23, 2024
1 parent 444566a commit e93f7cf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,19 @@ dependencies {
```groovy
dependencies {
implementation('com.github.gzu-liyujiang:Android_CN_OAID:最新版本号') {
// 如果使用了较新版本的移动安全联盟SDK,共存的话可能需要排除掉本项目依赖的华为/荣耀官方广告标识服务SDK,因为移动安全联盟SDK也依赖了华为/荣耀的SDK
// 如果华为官方广告标识服务SDK下载失败或编译报错的话,可考虑在 build.gradle 中增加以下配置:
// 如果使用了较新版本的移动安全联盟SDK,共存的话可能需要排除掉本项目依赖的华为官方广告标识服务SDK,因为移动安全联盟SDK也依赖了华为的SDK
//exclude group: 'com.huawei.hms', module: 'ads-identifier'
// 荣耀官方广告标识服务SDK同理:
//exclude group: 'com.hihonor.mcs', module: 'ads-identifier'
}
}
// 如果华为官方广告标识服务SDK下载失败或编译报错的话,可考虑在 build.gradle 中增加以下配置:
// repositories { maven { url 'https://developer.huawei.com/repo' } }
// runtimeOnly "com.huawei.hms:ads-identifier:3.4.62.300"
//exclude group: 'com.huawei.hms', module: 'ads-identifier'
// 荣耀官方广告标识服务SDK同理:
// repositories { maven { url 'https://developer.hihonor.com/repo' } }
// runtimeOnly "com.hihonor.mcs:ads-identifier:1.0.2.301"
//exclude group: 'com.hihonor.mcs', module: 'ads-identifier'
}
}
```

-**4.1.1** 开始默认加入了 `READ_PHONE_STATE``WRITE_SETTINGS``WRITE_EXTERNAL_STORAGE` 权限以便适配低版本安卓系统。
Expand Down

0 comments on commit e93f7cf

Please sign in to comment.