Skip to content

Commit

Permalink
MobileFuse/1.8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Dec 5, 2024
1 parent 1351a39 commit 5ed6f06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MobileFuse/AppLovinMediationMobileFuseAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationMobileFuseAdapter'
s.version = '1.8.1.0'
s.version = '1.8.2.0'
s.platform = :ios, '11.0'
s.summary = 'MobileFuse adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
Expand Down
3 changes: 3 additions & 0 deletions MobileFuse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.8.2.0
* Certified with MobileFuse SDK 1.8.2.

## 1.8.1.0
* Certified with MobileFuse SDK 1.8.1.
* Removed redundant log output when initialization was already completed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import <MobileFuseSDK/MFNativeAd.h>
#import <MobileFuseSDK/MobileFusePrivacyPreferences.h>

#define ADAPTER_VERSION @"1.8.1.0"
#define ADAPTER_VERSION @"1.8.2.0"

/**
* Enum representing the list of MobileFuse SDK error codes in https://docs.mobilefuse.com/docs/error-codes.
Expand Down

0 comments on commit 5ed6f06

Please sign in to comment.