Skip to content

Commit

Permalink
Updating UnityAds Android adapter for release version 4.13.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718070357
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Jan 21, 2025
1 parent 0e18547 commit c3b7c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5.1"
stringVersion = "4.13.0.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 4120501
versionCode 4130000
versionName stringVersion
buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"")
android.buildFeatures.buildConfig true
Expand All @@ -35,7 +35,7 @@ android {
}

dependencies {
implementation 'com.unity3d.ads:unity-ads:4.12.5'
implementation 'com.unity3d.ads:unity-ads:4.13.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.google.android.gms:play-services-ads:23.6.0'
}
Expand Down

0 comments on commit c3b7c9e

Please sign in to comment.