chore(MMP): add install referrer dependency [VPNPLG-10]

This commit is contained in:
Alexander Talledo
2026-02-23 11:51:57 +01:00
parent 18ebe79536
commit dace9e9bb7
2 changed files with 3 additions and 0 deletions

View File

@@ -736,6 +736,7 @@ configurations.configureEach {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
googleImplementation(libs.android.installreferrer)
implementation(libs.androidx.profileinstaller)
baselineProfile(projects.baselineprofile)

View File

@@ -4,6 +4,7 @@ agp-version = "8.9.1"
airbnb-lottie-version = "6.6.7"
android-compose-screenshot-version = "0.0.1-alpha09"
android-flexbox-version = "3.0.0"
android-installreferrer-version = "2.2"
android-material-version = "1.12.0"
android-tools-version = "2.1.5"
androidx-activity-version = "1.12.4"
@@ -91,6 +92,7 @@ accompanist-systemuicontroller = { group = "com.google.accompanist", name = "acc
airbnb-lottie = { group = "com.airbnb.android", name = "lottie", version.ref = "airbnb-lottie-version" }
airbnb-lottie-compose = { group = "com.airbnb.android", name = "lottie-compose", version.ref = "airbnb-lottie-version" }
android-flexbox = { group = "com.google.android.flexbox", name = "flexbox", version.ref = "android-flexbox-version" }
android-installreferrer = { group = "com.android.installreferrer", name = "installreferrer", version.ref = "android-installreferrer-version" }
android-material = { group = "com.google.android.material", name = "material", version.ref = "android-material-version" }
android-tools-build-gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "agp-version" }
android-tools-desugar-jdk-libs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "android-tools-version" }