Skip to content

Commit

Permalink
Updating Chartboost Android adapter for release version 9.8.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700120339
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Nov 25, 2024
1 parent 8bdb675 commit 7664cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ThirdPartyAdapters/chartboost/chartboost/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 = "Chartboost"
// String property to store version name.
stringVersion = "9.8.0.0"
stringVersion = "9.8.1.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
// Jacoco version to generate code coverage data
Expand All @@ -25,7 +25,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 9080000
versionCode 9080100
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
multiDexEnabled true
Expand Down Expand Up @@ -115,7 +115,7 @@ task jacocoTestReport(type: JacocoReport,
}

dependencies {
implementation 'com.chartboost:chartboost-sdk:9.8.0'
implementation 'com.chartboost:chartboost-sdk:9.8.1'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.5.0'

Expand Down

0 comments on commit 7664cff

Please sign in to comment.