Skip to content

Commit

Permalink
UnityAds/4.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prod-applovin-deploy committed Feb 28, 2022
1 parent dd56319 commit 60bbae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions UnityAds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.0.1.0
* Certified with UnityAds SDK 4.0.1.

## 4.0.0.2
* Support for null `Activity` on init.

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

private val versionMajor = 4
private val versionMinor = 0
private val versionPatch = 0
private val versionAdapterPatch = 2
private val versionPatch = 1
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 60bbae2

Please sign in to comment.