Skip to content

Commit

Permalink
Updating Liftoff Android adapter for release version 7.4.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695500469
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Nov 11, 2024
1 parent ab9804a commit f36a6bd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
// String property to store the artifact id.
stringArtifactId = "vungle"
// String property to store version name.
stringVersion = "7.4.1.0"
stringVersion = "7.4.2.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 33
versionCode 7040100
versionCode 7040200
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
multiDexEnabled true
Expand Down Expand Up @@ -119,9 +119,9 @@ task jacocoTestReport(type: JacocoReport,
}

dependencies {
implementation 'com.vungle:vungle-ads:7.4.1'
implementation 'com.vungle:vungle-ads:7.4.2'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.3.0'
implementation 'com.google.android.gms:play-services-ads:23.5.0'

testImplementation "org.jacoco:org.jacoco.core:$jacocoVersion"
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit f36a6bd

Please sign in to comment.