Skip to content

Commit

Permalink
GoogleAdManager/23.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Dec 3, 2024
1 parent e4f0456 commit 9b110d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions GoogleAdManager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 23.6.0.0
* Certified with GoogleAdManager SDK 23.6.0.

## 23.5.0.0
* Certified with GoogleAdManager SDK 23.5.0.
* Added comments noting that fullscreen ads can be shown without an `Activity` context.
Expand Down
2 changes: 1 addition & 1 deletion GoogleAdManager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ afterEvaluate {
apply(plugin = "adapter-publish")
}

val libraryVersionName by extra("23.5.0.0")
val libraryVersionName by extra("23.6.0.0")
val libraryArtifactId by extra("google-ad-manager-adapter")

android.defaultConfig.minSdk = 21
Expand Down

0 comments on commit 9b110d8

Please sign in to comment.