Skip to content

Commit

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

## 8.1.5.0
* Certified with Fyber SDK 8.1.5.

## 8.1.4.1
* Downgrade Fyber SDK to 8.1.3 due to duplicate symbol conflicts with other SDKs (e.g. `a.a`).

Expand Down
4 changes: 2 additions & 2 deletions Fyber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {

private val versionMajor = 8
private val versionMinor = 1
private val versionPatch = 4
private val versionAdapterPatch = 1
private val versionPatch = 5
private val versionAdapterPatch = 0

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

0 comments on commit bcd9a2a

Please sign in to comment.