Skip to content

Commit

Permalink
Update sdk_integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rutavi authored Mar 14, 2024
1 parent 0b49986 commit 2c806d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin_documentation/sdk_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ In your `build.gradle (Module :app)` file’s dependencies include these lines t
dependencies {
//...
// Google Ad Manager
implementation 'com.google.android.gms:play-services-ads:22.4.0'
implementation 'com.google.android.gms:play-services-ads:23.0.0'
// Prebid SDK
implementation 'org.prebid:prebid-mobile-sdk:2.1.4'
implementation 'org.prebid:prebid-mobile-sdk:2.2.0'
}
```

Expand Down

0 comments on commit 2c806d5

Please sign in to comment.