Skip to content

Commit

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

## 4.12.5.0
* Certified with UnityAds SDK 4.12.5.
* Removed redundant log output when initialization was already completed.

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

android.defaultConfig.minSdk = 19

Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public void onInitializationFailed(final UnityAds.UnityAdsInitializationError er
}
else
{
log( "UnityAds SDK already initialized" );
onCompletionListener.onCompletion( initializationStatus, null );
}
}
Expand Down

0 comments on commit 23e59bc

Please sign in to comment.