Skip to content

Commit

Permalink
Merge branch 'master' into app
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesZero committed Oct 12, 2024
2 parents bafe8a9 + da72279 commit 107dfbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/start/guide/gromore/ads_sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,13 @@ bool result = await FlutterGromoreAds.requestIDFA;

- 按照上方【iOS 引入依赖】或示例中的引入厂商依赖即可解决

:::

:::tip {title="ShrinkProtoResourcesAction ParseError at [row,col]:[1,1]"}

添加一个配置文件即可,参考示例中 `example/android/gradle.properties`

```dart title="example/android/gradle.properties"
android.enableNewResourceShrinker=false
```
:::

0 comments on commit 107dfbc

Please sign in to comment.