From 6e2250267857da3a587e278da4a836f6a1e4ebe4 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:43:04 -0700 Subject: [PATCH] Update dependency androidx.profileinstaller:profileinstaller to v1.4.0 (#1672) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [androidx.profileinstaller:profileinstaller](https://developer.android.com/jetpack/androidx/releases/profileinstaller#1.4.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | minor | `1.3.1` -> `1.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 15c9fbf51..0b7bd6e88 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -147,7 +147,7 @@ androidx-lifecycle-viewModel = { module = "androidx.lifecycle:lifecycle-viewmode androidx-lifecycle-viewModel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } # Force a newer version of androidx.loader because Espresso depends on an old and wrong version of it androidx-loader = "androidx.loader:loader:1.1.0" -androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1" +androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.0" androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1" androidx-test-ext-junit = "androidx.test.ext:junit:1.2.1" androidx-test-monitor = "androidx.test:monitor:1.7.2"