Skip to content

Commit

Permalink
Vungle 4.6.12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bichenwang committed Mar 24, 2023
1 parent a8633e1 commit a1b7965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VungleAdapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
minSdk = 21
targetSdk = 33
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.6.12.1.1"
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.6.12.0.1"
buildConfigField("String", "CHARTBOOST_MEDIATION_VUNGLE_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {
"remoteImplementation"("com.chartboost:chartboost-mediation-sdk:4.0.0")

// Partner SDK
implementation("com.vungle:publisher-sdk-android:6.12.1")
implementation("com.vungle:publisher-sdk-android:6.12.0")

// Adapter Dependencies
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
Expand Down

0 comments on commit a1b7965

Please sign in to comment.