Skip to content

Commit

Permalink
[HB-7022] Fix memory leaks occurring when fullscreen ads are shown fr…
Browse files Browse the repository at this point in the history
…om an Activity (#58)
  • Loading branch information
chauduyphanvu authored Jan 29, 2024
1 parent dcd9f42 commit ed04d89
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 154 deletions.
2 changes: 1 addition & 1 deletion AdMobAdapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
minSdk = 21
targetSdk = 33
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.22.3.0.4"
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.22.3.0.5"

buildConfigField(
"String",
Expand Down
Loading

0 comments on commit ed04d89

Please sign in to comment.