Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ThirdPartyAdapters/bigo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Bigo Android Mediation Adapter Changelog

#### Version 5.7.1.0 (In progress)

#### Version 5.7.0.0
- Added support for forwarding the `tagForUnderAgeOfConsent` Google Mobile Ads
SDK parameter to the Bigo Ads SDK.
Expand Down
8 changes: 4 additions & 4 deletions ThirdPartyAdapters/bigo/bigo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "Bigo"
// String property to store version name.
stringVersion = "5.7.0.0"
stringVersion = "5.7.1.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
// Jacoco version to generate code coverage data
Expand All @@ -26,7 +26,7 @@ android {
defaultConfig {
minSdk 23
targetSdk 33
versionCode 5070000
versionCode 5070100
versionName stringVersion
multiDexEnabled true
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
Expand Down Expand Up @@ -126,8 +126,8 @@ task jacocoTestReport(type: JacocoReport,

dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'com.google.android.gms:play-services-ads:24.9.0'
implementation 'com.bigossp:bigo-ads:5.7.0'
implementation 'com.google.android.gms:play-services-ads:25.0.0'
implementation 'com.bigossp:bigo-ads:5.7.1'

testImplementation 'androidx.test:core:1.7.0'
testImplementation 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down
Loading