Skip to content

Commit

Permalink
Line/2024.1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Jan 19, 2024
1 parent 3fe5692 commit 9d875ff
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 183 deletions.
6 changes: 6 additions & 0 deletions Line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2024.1.12.0
* Certified with Line SDK 2.7.20240112.
* Update event tracking methods since `FiveAdViewEventListener` is deprecated.
* Replace `FiveAdInterstitial.show()`, `FiveAdVideoReward.show()` with `FiveAdInterstitial.showAd()`, `FiveAdVideoReward.showAd()`.
* Improve error handling.

## 2023.6.7.0
* Certified with Line SDK 2.6.20230607.
* Remove the `getPrivacySetting()` function and call privacy methods directly.
Expand Down
6 changes: 3 additions & 3 deletions Line/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
id("maven-publish")
}

private val versionMajor = 2023
private val versionMinor = 6
private val versionPatch = 7
private val versionMajor = 2024
private val versionMinor = 1
private val versionPatch = 12
private val versionAdapterPatch = 0

val libraryVersionName by extra("${versionMajor}.${versionMinor}.${versionPatch}.${versionAdapterPatch}")
Expand Down
Loading

0 comments on commit 9d875ff

Please sign in to comment.