Skip to content

Commit

Permalink
ByteDance/4.3.0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed May 18, 2022
1 parent 96c6971 commit 3480508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ByteDance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.3.0.9.0
* Certified with ByteDance SDK 4.3.0.9.

## 4.3.0.8.1
* Update ad display failed error code.

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

val libraryVersionName by extra("${versionMajor}.${versionMinor}.${versionPatch}.${versionBuild}.${versionAdapterPatch}")
val libraryVersionCode by extra((versionMajor * 100000000) + (versionMinor * 1000000) + (versionPatch * 10000) + (versionBuild * 100) + versionAdapterPatch)
Expand Down

0 comments on commit 3480508

Please sign in to comment.