Skip to content

Commit

Permalink
Updating MyTarget Android adapter for release version 5.26.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700119769
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Nov 25, 2024
1 parent 50fb4d3 commit 22eaab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ThirdPartyAdapters/mytarget/mytarget/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 = "MyTarget"
// String property to store version name.
stringVersion = "5.25.0.0"
stringVersion = "5.26.0.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
// Jacoco version to generate code coverage data
Expand All @@ -22,7 +22,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 5250000
versionCode 5260000
versionName stringVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
Expand Down Expand Up @@ -115,7 +115,7 @@ task jacocoTestReport(type: JacocoReport,
}

dependencies {
implementation 'com.my.target:mytarget-sdk:5.25.0'
implementation 'com.my.target:mytarget-sdk:5.26.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.5.0'
// Jacoco
Expand Down

0 comments on commit 22eaab6

Please sign in to comment.