Skip to content

Commit

Permalink
Updating InMobi Android adapter for release version 10.7.8.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686568170
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Oct 16, 2024
1 parent 6b1a080 commit 6cfb7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ThirdPartyAdapters/inmobi/inmobi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "InMobi"
// String property to store version name.
stringVersion = "10.7.8.0"
stringVersion = "10.7.8.1"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
// Jacoco version to generate code coverage data
Expand All @@ -24,7 +24,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdk 31
versionCode 10070800
versionCode 10070801
versionName stringVersion
consumerProguardFiles 'proguard-rules.pro'
buildConfigField('String', 'ADAPTER_VERSION', "\"${stringVersion}\"")
Expand Down

0 comments on commit 6cfb7f5

Please sign in to comment.