Skip to content

Commit

Permalink
Line/2024.2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Feb 20, 2024
1 parent 8569bde commit e54a0ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2024.2.14.0
* Certified with Line SDK 2.7.20240214.

## 2024.1.12.0
* Certified with Line SDK 2.7.20240112.
* Update event tracking methods since `FiveAdViewEventListener` is deprecated.
Expand Down
4 changes: 2 additions & 2 deletions Line/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
}

private val versionMajor = 2024
private val versionMinor = 1
private val versionPatch = 12
private val versionMinor = 2
private val versionPatch = 14
private val versionAdapterPatch = 0

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

0 comments on commit e54a0ab

Please sign in to comment.