Skip to content

Commit

Permalink
BidMachine/3.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Sep 15, 2024
1 parent 776e93b commit 3b8f410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions BidMachine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.0.1.2
* Add AppLovin MAX SDK version 13.0.0+ as a maven dependency.

## 3.0.1.1
* Requires minimum AppLovin MAX SDK version be 13.0.0.
* Removed support for COPPA.
Expand Down
2 changes: 1 addition & 1 deletion BidMachine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ afterEvaluate {
apply(plugin = "adapter-publish")
}

val libraryVersionName by extra("3.0.1.1")
val libraryVersionName by extra("3.0.1.2")

android.defaultConfig.minSdk = 21

Expand Down

0 comments on commit 3b8f410

Please sign in to comment.