Skip to content

Commit

Permalink
ByteDance/5.4.0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 24, 2023
1 parent 59a052d commit 11589b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ByteDance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.4.0.9.0
* Certified with ByteDance SDK 5.4.0.9.

## 5.4.0.8.0
* Certified with ByteDance SDK 5.4.0.8.

Expand Down
2 changes: 1 addition & 1 deletion ByteDance/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
private val versionMajor = 5
private val versionMinor = 4
private val versionPatch = 0
private val versionBuild = 8
private val versionBuild = 9
private val versionAdapterPatch = 0

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

0 comments on commit 11589b3

Please sign in to comment.