Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AtikulSoftware committed Mar 8, 2024
2 parents 6200c53 + 23dc1f9 commit dfcc370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

> Step 2. Add the dependency in `build.gradle`
```
implementation 'com.github.AtikulSoftware:SmartAdmob:2.0'
implementation 'com.github.AtikulSoftware:SmartAdmob:3.0'
implementation 'com.google.android.gms:play-services-ads:22.6.0'
```

Expand Down Expand Up @@ -107,7 +107,7 @@ new AdmobAd(this, new AdmobAdCallBack() {
}
@Override
public void adOpened() {
public void onAdOpened() {
}
Expand Down

0 comments on commit dfcc370

Please sign in to comment.