Skip to content

Commit

Permalink
Fyber/8.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Feb 14, 2023
1 parent 34b8b5f commit 53de5be
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.2.2.0
* Certified with Fyber SDK 8.2.2.

## 8.2.1.2
* Implement `InneractiveAdManager.currentAudienceIsAChild()` API to set if end user is COPPA.

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 = 2
private val versionPatch = 1
private val versionAdapterPatch = 2
private val versionPatch = 2
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 53de5be

Please sign in to comment.