File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ThirdPartyAdapters/moloco Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11## Moloco Android Mediation Adapter Changelog
22
3+ #### Version 4.3.1.0 (In progress)
4+
35#### Version 4.2.1.0
46- Verified compatibility with Moloco SDK 4.2.1.
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 = " Moloco"
1414 // String property to store version name.
15- stringVersion = " 4.2 .1.0"
15+ stringVersion = " 4.3 .1.0"
1616 // String property to store group id.
1717 stringGroupId = " com.google.ads.mediation"
1818 // Jacoco version to generate code coverage data
@@ -30,7 +30,7 @@ android {
3030 defaultConfig {
3131 minSdk 23
3232 targetSdk 33
33- versionCode 4020100
33+ versionCode 4030100
3434 versionName stringVersion
3535 multiDexEnabled true
3636 buildConfigField(' String' , ' ADAPTER_VERSION' , " \" ${ stringVersion} \" " )
@@ -130,8 +130,8 @@ task jacocoTestReport(type: JacocoReport,
130130
131131dependencies {
132132 implementation ' androidx.core:core-ktx:1.13.1'
133- implementation ' com.google.android.gms:play-services-ads:24.7 .0'
134- implementation ' com.moloco.sdk:moloco-sdk:4.2 .1'
133+ implementation ' com.google.android.gms:play-services-ads:24.8 .0'
134+ implementation ' com.moloco.sdk:moloco-sdk:4.3 .1'
135135
136136 testImplementation ' androidx.test:core:1.6.1'
137137 testImplementation ' androidx.test.espresso:espresso-core:3.6.1'
You can’t perform that action at this time.
0 commit comments