Skip to content

Commit c9bcf1c

Browse files
renovate[bot]sagarwal
andauthored
Update agp to v8.13.2 (#5668)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.android.lint](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.13.0` → `8.13.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.lint:com.android.lint.gradle.plugin/8.13.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.lint:com.android.lint.gradle.plugin/8.13.0/8.13.2?slim=true) | | [com.android.library](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.13.0` → `8.13.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.library:com.android.library.gradle.plugin/8.13.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.library:com.android.library.gradle.plugin/8.13.0/8.13.2?slim=true) | | [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.13.0` → `8.13.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.application:com.android.application.gradle.plugin/8.13.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.application:com.android.application.gradle.plugin/8.13.0/8.13.2?slim=true) | --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: sagarwal <sagarwal@rtsl.org>
1 parent f0eddc6 commit c9bcf1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
- Bump Mockito Kotlin to v6.0.0
3434
- Add helper function `diagnosedAt` to update the htn and dm diagnosed at fields in medical history
3535
- Bump asm to v9.9
36+
- Bump AGP to v8.13.2
37+
- Bump Lint to v31.13.2
3638

3739
### Changes
3840

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.13.0"
2+
agp = "8.13.2"
33

44
androidx-cameraView = "1.5.0"
55
androidx-camera = "1.5.0"
@@ -20,7 +20,7 @@ ksp = "2.2.20-2.0.2"
2020

2121
ktlint = "0.36.0"
2222

23-
lint = "31.13.0"
23+
lint = "31.13.2"
2424

2525
mobius = "2.1.1"
2626

0 commit comments

Comments
 (0)