Skip to content

Commit

Permalink
Updating UnityAds Android adapter for release version 4.12.5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700119648
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Nov 25, 2024
1 parent 1695431 commit 50fb4d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ThirdPartyAdapters/unity/unity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
// String property to store the proper name of the mediation network adapter.
adapterName = "UnityAds"
// String property to store version name.
stringVersion = "4.12.4.0"
stringVersion = "4.12.5.0"
// String property to store group id.
stringGroupId = "com.google.ads.mediation"
}
Expand All @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 4120400
versionCode 4120500
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
android.buildFeatures.buildConfig true
Expand All @@ -35,9 +35,9 @@ android {
}

dependencies {
implementation 'com.unity3d.ads:unity-ads:4.12.4'
implementation 'com.unity3d.ads:unity-ads:4.12.5'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.4.0'
implementation 'com.google.android.gms:play-services-ads:23.5.0'
}

/**
Expand Down

0 comments on commit 50fb4d3

Please sign in to comment.