Skip to content

12.5.0

Compare
Choose a tag to compare
@applovin-mobile-engineering applovin-mobile-engineering released this 15 May 07:01
· 240 commits to master since this release
  • Remove requirement of passing an Activity instance for MAX fullscreen ad APIs. Activity parameter be required when calling show(...) instead.
  • Fix NPE crash: Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object com.applovin.impl.sdk.k.a(com.applovin.impl.oj)' on a null object reference.
  • Various new SDK init API fixes.
  • Removed configureSettings function from AppLovinSdkInitializationConfiguration. Please use AppLovinSdk.getInstance( this ).getSettings() to modify the SDK settings.