From 6846efefa186ce824d158da9f9e4899168bf1ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Mon, 16 Jun 2025 20:55:52 -0400 Subject: [PATCH 1/2] Add Pangle SDK --- gradle/libs.versions.toml | 7 +++++++ shared/app-android/build.gradle | 1 + shared/settings.gradle | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bc1a3d23..9c9e221f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -101,6 +101,9 @@ appLovin-mediation = "13.3.0.0" # Liftoff = Vungle #vungle = "_._._" # included with nediation adapter vungle-mediation = "7.5.0.0" +# Pangle +#pangle = "_._._" # included with nediation adapter +pangle-mediation = "7.2.0.4.0" # https://github.com/xdevplatform/twitter-api-java-sdk/tags twitterApi = "2.0.3" # https://cloud.google.com/java/docs/reference/google-api-client/latest/history @@ -217,6 +220,7 @@ fbAudienceNetwork-mediation = { module = "com.google.ads.mediation:facebook", ve appLovin-mediation = { module = "com.google.ads.mediation:applovin", version.ref = "appLovin-mediation" } # vungle = { module = "com.vungle:vungle-ads", version.ref = "vungle" } vungle-mediation = { module = "com.google.ads.mediation:vungle", version.ref = "vungle-mediation" } +pangle-mediation = { module = "com.google.ads.mediation:pangle", version.ref = "pangle-mediation" } twitterApi = { module = "com.twitter:twitter-api-java-sdk", version.ref = "twitterApi" } # googleApiClient = { module = "com.google.api-client:google-api-client-android", version.ref = "googleApiClient" } youTubeGoogleApiClient = { module = "com.google.apis:google-api-services-youtube", version.ref = "youTubeGoogleApiClient" } @@ -318,6 +322,9 @@ appLovin = [ vungle = [ "vungle-mediation", ] +pangle = [ + "pangle-mediation", +] twitter = [ "twitterApi", ] diff --git a/shared/app-android/build.gradle b/shared/app-android/build.gradle index ab6925fd..3789cb98 100644 --- a/shared/app-android/build.gradle +++ b/shared/app-android/build.gradle @@ -394,6 +394,7 @@ dependencies { implementation(libs.bundles.fb) implementation(libs.bundles.appLovin) implementation(libs.bundles.vungle) + implementation(libs.bundles.pangle) implementation(libs.bundles.retrofit) implementation(platform(libs.okhttp.bom)) implementation(libs.bundles.okHttp) diff --git a/shared/settings.gradle b/shared/settings.gradle index 535c3c47..56522b48 100644 --- a/shared/settings.gradle +++ b/shared/settings.gradle @@ -36,6 +36,12 @@ dependencyResolutionManagement { includeGroupByRegex("com\\.google\\.play.*") } } + maven { + url = 'https://artifact.bytedance.com/repository/pangle' + content { + includeGroupByRegex("com\\.pangle\\..*") + } + } mavenCentral {} } versionCatalogs { From 29396da055ab7dbc957a24636b42e1433e0a3097 Mon Sep 17 00:00:00 2001 From: MonTransit Bot <84137772+montransit@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:57:41 +0000 Subject: [PATCH 2/2] Update dependencies baseline --- .../app-android/dependencies/releaseCompileClasspath.txt | 4 ++++ .../app-android/dependencies/releaseRuntimeClasspath.txt | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/shared-main/app-android/dependencies/releaseCompileClasspath.txt b/shared-main/app-android/dependencies/releaseCompileClasspath.txt index fd319fcc..00558601 100644 --- a/shared-main/app-android/dependencies/releaseCompileClasspath.txt +++ b/shared-main/app-android/dependencies/releaseCompileClasspath.txt @@ -96,6 +96,7 @@ com.github.bumptech.glide:okhttp3-integration:4.16.0 com.github.chuckerteam.chucker:library-no-op:4.1.0 com.google.ads.mediation:applovin:13.3.0.0 com.google.ads.mediation:facebook:6.20.0.0 +com.google.ads.mediation:pangle:7.2.0.4.0 com.google.ads.mediation:vungle:7.5.0.0 com.google.android.datatransport:transport-api:3.2.0 com.google.android.datatransport:transport-backend-cct:3.3.0 @@ -157,6 +158,9 @@ com.google.maps.android:android-maps-utils:3.14.0 com.google.maps.android:maps-ktx:5.2.0 com.google.maps.android:maps-utils-ktx:5.2.0 com.google.protobuf:protobuf-javalite:3.25.6 +com.pangle.global:pag-sdk-ad:unfat-7204-20250605231404 +com.pangle.global:pag-sdk:7.2.0.4 +com.pangle.global:tiktok-business-android-sdk-comp:1.3.7-rc.2 com.squareup.okhttp3:logging-interceptor:4.12.0 com.squareup.okhttp3:okhttp-bom:4.12.0 com.squareup.okhttp3:okhttp:4.12.0 diff --git a/shared-main/app-android/dependencies/releaseRuntimeClasspath.txt b/shared-main/app-android/dependencies/releaseRuntimeClasspath.txt index 4b26667a..80b843f9 100644 --- a/shared-main/app-android/dependencies/releaseRuntimeClasspath.txt +++ b/shared-main/app-android/dependencies/releaseRuntimeClasspath.txt @@ -127,6 +127,7 @@ com.github.scribejava:scribejava-core:8.3.1 com.github.scribejava:scribejava-java8:8.3.1 com.google.ads.mediation:applovin:13.3.0.0 com.google.ads.mediation:facebook:6.20.0.0 +com.google.ads.mediation:pangle:7.2.0.4.0 com.google.ads.mediation:vungle:7.5.0.0 com.google.android.datatransport:transport-api:3.2.0 com.google.android.datatransport:transport-backend-cct:3.3.0 @@ -199,6 +200,11 @@ com.google.maps.android:maps-ktx:5.2.0 com.google.maps.android:maps-utils-ktx:5.2.0 com.google.oauth-client:google-oauth-client:1.36.0 com.google.protobuf:protobuf-javalite:3.25.6 +com.pangle.global:pag-apm:2.0.0.5 +com.pangle.global:pag-gecko:2.0.0.5 +com.pangle.global:pag-sdk-ad:unfat-7204-20250605231404 +com.pangle.global:pag-sdk:7.2.0.4 +com.pangle.global:tiktok-business-android-sdk-comp:1.3.7-rc.2 com.squareup.okhttp3:logging-interceptor:4.12.0 com.squareup.okhttp3:okhttp-bom:4.12.0 com.squareup.okhttp3:okhttp:4.12.0