Skip to content

Commit

Permalink
chore: release 8.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonjae-lee committed Jan 16, 2025
1 parent fac5217 commit 303b909
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 5 deletions.
27 changes: 24 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
# Changelog
## 8.2.4 (2025-01-16)
### Bug Fixes
* fix `NetworkOnMainThreadException` when calling `HttpUrlConnection.disconnect()`
* fix redirect logic to handle relative url

## 8.2.1 (2024-12-17)
### Code Refactoring
* **core:** add an option to decide whether to use the adid

### NAM SDKs mapped to this BoM version 8.2.4
| Artifact name | Version mapped this BoM |
|-------------------------------------------|-------------------------|
| com.naver.gfpsdk:nam-core | 8.2.4 |
| com.naver.gfpsdk:nam-adplayer | 8.2.4 |
| com.naver.gfpsdk.mediation:nam-nda | 8.2.4 |
| com.naver.gfpsdk.mediation:nam-ndavideo | 8.2.4 |
| com.naver.gfpsdk.mediation:nam-applovin | 12.6.1.1 |
| com.naver.gfpsdk.mediation:nam-aps | 9.10.2.1 |
| com.naver.gfpsdk.mediation:nam-dfp | 23.3.0.1 |
| com.naver.gfpsdk.mediation:nam-dt | 8.3.5.1 |
| com.naver.gfpsdk.mediation:nam-fan | 6.18.0.1 |
| com.naver.gfpsdk.mediation:nam-inmobi | 10.7.7.1 |
| com.naver.gfpsdk.mediation:nam-ironsource | 8.4.0.1 |
| com.naver.gfpsdk.mediation:nam-lan | 2.7.20240214.1 |
| com.naver.gfpsdk.mediation:nam-unity | 4.12.3.1 |
| com.naver.gfpsdk.mediation:nam-vungle | 7.4.1.1 |

## 8.2.1 (2024-12-17)
### Bug Fixes

* **adplayer:** fixing how skip offsets are calculated in in-stream ad

### Code Refactoring

* modify user interest visible ratio

### NAM SDKs mapped to this BoM version 8.2.1
Expand Down
2 changes: 1 addition & 1 deletion java-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

implementation platform('com.naver.gfpsdk:nam-bom:8.2.1')
implementation platform('com.naver.gfpsdk:nam-bom:8.2.4')
implementation 'com.naver.gfpsdk:nam-core'
implementation 'com.naver.gfpsdk.mediation:nam-nda' // (optional) s2s mediation dependency
implementation 'com.naver.gfpsdk.mediation:nam-dfp' // (optional) dfp mediation dependency
Expand Down
2 changes: 1 addition & 1 deletion kotlin-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

implementation platform('com.naver.gfpsdk:nam-bom:8.2.1')
implementation platform('com.naver.gfpsdk:nam-bom:8.2.4')
implementation 'com.naver.gfpsdk:nam-core'
implementation 'com.naver.gfpsdk.mediation:nam-nda' // (optional) s2s mediation dependency
implementation 'com.naver.gfpsdk.mediation:nam-dfp' // (optional) dfp mediation dependency
Expand Down
7 changes: 7 additions & 0 deletions mediation/applovin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies {
```

# Changelog
## 12.6.1.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- APPLOVIN SDK version 12.6.1

## 12.6.1.0 (2024-11-08)

Expand Down
7 changes: 7 additions & 0 deletions mediation/aps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies {
```

# Changelog
## 9.10.2.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- APS SDK version 9.10.2

## 9.10.2.0 (2024-11-07)

Expand Down
7 changes: 7 additions & 0 deletions mediation/dfp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ You can find your app ID in the Ad Manager UI. For `android:value`, insert your
```

# Changelog
## 23.3.0.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- DFP SDK version 23.3.0

## 23.3.0.0 (2024-11-07)

Expand Down
7 changes: 7 additions & 0 deletions mediation/dt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies {
```

# Changelog
## 8.3.5.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- DT SDK version 8.3.5

## 8.3.0.0 (2024-11-08)

Expand Down
7 changes: 7 additions & 0 deletions mediation/fan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ dependencies {
Follow Meta Audience Network's Android [network security config guide](https://developers.facebook.com/docs/audience-network/android-network-security-config) to modify your network security config file to support media caching.

# Changelog
## 6.18.0.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- FAN SDK version 6.18.0

## 6.18.0.0 (2024-11-08)

Expand Down
7 changes: 7 additions & 0 deletions mediation/inmobi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies {
```

# Changelog
## 10.7.7.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- INMOBI SDK version 10.7.7

## 10.7.7.0 (2024-11-08)

Expand Down
7 changes: 7 additions & 0 deletions mediation/ironsource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ dependencies {
```

# Changelog
## 8.4.0.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- IRONSOURCE SDK version 8.4.0

## 8.4.0.0 (2024-11-08)

Expand Down
7 changes: 7 additions & 0 deletions mediation/lan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies {
```

# Changelog
## 2.7.20240214.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- LAN SDK version 2.7.20240214

## 2.7.20240214.0 (2024-11-07)

Expand Down
7 changes: 7 additions & 0 deletions mediation/unity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies {
```

# Changelog
## 4.12.3.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- UNITY SDK version 4.12.3

## 4.12.3.0 (2024-11-08)

Expand Down
7 changes: 7 additions & 0 deletions mediation/vungle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ dependencies {
```

# Changelog
## 7.4.1.1 (2025-01-16)
### Code Refactoring
* update the minimum required GFP SDK version

### Built and tested with
- GFP SDK version 8.2.4
- VUNGLE SDK version 7.4.1

## 7.4.1.0 (2024-11-08)

Expand Down

0 comments on commit 303b909

Please sign in to comment.