Skip to content

Commit ea9f3e7

Browse files
renovate[bot]sagarwal
andauthored
Update plugin androidx-benchmark to v1.4.0 (#5592)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.benchmark](https://developer.android.com/jetpack/androidx/releases/benchmark#1.4.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.3.4` -> `1.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.benchmark:androidx.benchmark.gradle.plugin/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.benchmark:androidx.benchmark.gradle.plugin/1.3.4/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <sagarwal@rtsl.org>
1 parent 96e2780 commit ea9f3e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- Bump AndroidX ViewModel to v2.9.3
2929
- Update Compose BOM to v2025.08.01
3030
- Migrate new medical history screen to Jetpack Compose
31+
- Bump AndroidX Benchmark to v1.4.0
3132

3233
### Changes
3334

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ sqlCipher = { module = "net.zetetic:sqlcipher-android", version.ref = "sqlCipher
223223
android-application = { id = "com.android.application", version.ref = "agp" }
224224
android-library = { id = "com.android.library", version.ref = "agp" }
225225
android-lint = { id = "com.android.lint", version.ref = "agp" }
226-
androidx-benchmark = { id = "androidx.benchmark", version = "1.3.4" }
226+
androidx-benchmark = { id = "androidx.benchmark", version = "1.4.0" }
227227
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
228228
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
229229
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }

0 commit comments

Comments
 (0)