Skip to content

Commit 3473a2e

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating BidMachine Android adapter for release version 3.5.1
PiperOrigin-RevId: 843403710
1 parent 16baa27 commit 3473a2e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ThirdPartyAdapters/bidmachine/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## BidMachine Android Mediation Adapter Changelog
22

3+
#### Version 3.5.1.0 (In progress)
4+
35
#### Version 3.5.0.0
46
- Verified compatibility with BidMachine SDK version 3.5.0.
57

ThirdPartyAdapters/bidmachine/bidmachine/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
// String property to store the proper name of the mediation network adapter.
1313
adapterName = "BidMachine"
1414
// String property to store version name.
15-
stringVersion = "3.5.0.0"
15+
stringVersion = "3.5.1.0"
1616
// String property to store group id.
1717
stringGroupId = "com.google.ads.mediation"
1818
// Jacoco version to generate code coverage data
@@ -26,7 +26,7 @@ android {
2626
defaultConfig {
2727
minSdk 23
2828
targetSdk 33
29-
versionCode 3050000
29+
versionCode 3050100
3030
versionName stringVersion
3131
multiDexEnabled true
3232
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
@@ -126,8 +126,8 @@ task jacocoTestReport(type: JacocoReport,
126126

127127
dependencies {
128128
implementation 'androidx.core:core-ktx:1.13.1'
129-
implementation 'com.google.android.gms:play-services-ads:24.7.0'
130-
implementation 'io.bidmachine:ads:3.5.0'
129+
implementation 'com.google.android.gms:play-services-ads:24.9.0'
130+
implementation 'io.bidmachine:ads:3.5.1'
131131

132132
testImplementation 'androidx.test:core:1.6.1'
133133
testImplementation 'androidx.test.espresso:espresso-core:3.6.1'

0 commit comments

Comments
 (0)