Skip to content

Commit

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

## 4.2.0.0
* Certified with PubMatic SDK 4.2.0.
* Removed redundant log output when initialization was already completed.

## 4.1.0.0
* Certified with PubMatic SDK 4.1.0.
* Annotated all `Activity` parameters with `@Nullable` to better avoid potential NPEs.
Expand Down
2 changes: 1 addition & 1 deletion PubMatic/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("4.1.0.0")
val libraryVersionName by extra("4.2.0.0")

android.defaultConfig.minSdk = 19

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public void onFailure(@NonNull final POBError pobError)
}
else
{
log( "PubMatic SDK already initializing" );
onCompletionListener.onCompletion( status, null );
}
}
Expand Down

0 comments on commit d1944e8

Please sign in to comment.