Skip to content

Commit

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

## 5.1.0.0
* Certified with BigoAds SDK 5.1.0.
* Removed redundant log output when initialization was already completed.

## 5.0.2.0
* Certified with BigoAds SDK 5.0.2.
* Add support for providing native media content aspect ratio in `MaxNativeAdView`.
Expand Down
2 changes: 1 addition & 1 deletion BigoAds/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ afterEvaluate {
apply(plugin = "adapter-publish")
}

val libraryVersionName by extra("5.0.2.0")
val libraryVersionName by extra("5.1.0.0")
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public void onInitialized()
}
else
{
log( "Bigo Ads SDK attempted initialization already" );
onCompletionListener.onCompletion( status, null );
}
}
Expand Down

0 comments on commit e84fd04

Please sign in to comment.