Skip to content

Commit 61b6632

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating Moloco Android adapter for release version 4.3.1
PiperOrigin-RevId: 836380988
1 parent 473d4dc commit 61b6632

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ThirdPartyAdapters/moloco/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

ThirdPartyAdapters/moloco/moloco/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 = "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

131131
dependencies {
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'

0 commit comments

Comments
 (0)