Skip to main content
info

The below information is a guide for modifications when changing the version from 6.x.x -> 7.0.0.

Breaking Changes

GfpTheme.LIGHT, GfpTheme.DARK, and GfpTheme.SYSTEM that were specified as deprecated are removed.

2. Removal of GfpNativeBackgroundOptions class

The GfpNativeBackgroundOption class specified as deprecated is removed.

Need to add APS module to use the APS HeaderBidding. (It is build with APS 9.8.8)

dependencies {
implementation(platform("com.naver.gfpsdk:nam-bom:7.5.3"))
implementation("com.naver.gfpsdk:nam-aps") // AmazonPublisherServices(APS) extension
}

Instead of using the creator when creating GfpApsAdParam, ApsUtils.createGfpApsAdParam(DTBAdResponse) is used.