Skip to content

Commit

Permalink
Mintegral/16.5.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Nov 14, 2023
1 parent 8489534 commit 34b4271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 16.5.51.0
* Certified with Mintegral SDK 16.5.51.

## 16.5.41.0
* Certified with Mintegral SDK 16.5.41.

Expand Down
2 changes: 1 addition & 1 deletion Mintegral/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// NOTE: Mintegral has 2 separate SDK versions, e.g. x.x.51 for Google Play & x.x.52 for Android Market (in China)
private val versionMajor = 16
private val versionMinor = 5
private val versionPatch = 41
private val versionPatch = 51
private val versionAdapterPatch = 0

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

0 comments on commit 34b4271

Please sign in to comment.