Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/EspoirX/EasyAdvApp
Browse files Browse the repository at this point in the history
  • Loading branch information
Espoir committed Nov 14, 2023
2 parents 8833e34 + 82d08a7 commit 9419a0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ dependencies {
[![](https://jitpack.io/v/EspoirX/EasyAdvApp.svg)](https://jitpack.io/#EspoirX/EasyAdvApp)

### 初始化
先导下基本的广告sdk,因为框架里面用的是 compileOnly

```gradle
implementation "com.pangle.cn:mediation-sdk:5.7.0.5"
```

```kotlin
EasyAdv.init(this)
.sdkConfig {
Expand Down

0 comments on commit 9419a0c

Please sign in to comment.