From 14755455f19bd6b6dd0fcf2bc6c2c962a7b83260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 21:54:43 +0530 Subject: fix(deps): update dependency com.android.tools.build:gradle to v8.3.0-alpha14 (#2767) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8ee33f43..7b97c730 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.3.0-alpha13" +agp = "8.3.0-alpha14" androidxActivity = "1.8.1" bouncycastle = "1.77" moshi = "1.15.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 73cca639..dff3e992 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -113,6 +113,7 @@ dependencyResolutionManagement { includeGroup("androidx.localbroadcastmanager") includeGroup("androidx.preference") includeGroup("androidx.print") + includeGroup("androidx.privacysandbox.tools") includeGroup("androidx.profileinstaller") includeGroup("androidx.recyclerview") includeGroup("androidx.resourceinspection") -- cgit v1.2.3