File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ThirdPartyAdapters/bidmachine Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
127127dependencies {
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'
You can’t perform that action at this time.
0 commit comments