aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-11-18 21:54:43 +0530
committerGitHub <noreply@github.com>2023-11-18 21:54:43 +0530
commit14755455f19bd6b6dd0fcf2bc6c2c962a7b83260 (patch)
treee90bc6e60afcfada06a1eddf894e30b95e45c2ca
parentf694225bda8a27069862e06a4a73be3791ee9849 (diff)
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 <me@msfjarvis.dev>
-rw-r--r--gradle/libs.versions.toml2
-rw-r--r--settings.gradle.kts1
2 files changed, 2 insertions, 1 deletions
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")