Skip to content

Commit ff3c9e5

Browse files
renovate[bot]sagarwal
andauthored
Update agp to v9 (major) (#5702)
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.2` → `9.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.lint:com.android.lint.gradle.plugin/9.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.lint:com.android.lint.gradle.plugin/8.13.2/9.0.0?slim=true) | | [com.android.library](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.13.2` → `9.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.library:com.android.library.gradle.plugin/9.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.library:com.android.library.gradle.plugin/8.13.2/9.0.0?slim=true) | | [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.13.2` → `9.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.application:com.android.application.gradle.plugin/9.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.application:com.android.application.gradle.plugin/8.13.2/9.0.0?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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <sagarwal@rtsl.org>
1 parent 42c2dd5 commit ff3c9e5

12 files changed

Lines changed: 14 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
- Bump Mockito Kotlin to v6.2.0
3434
- Add helper function `diagnosedAt` to update the htn and dm diagnosed at fields in medical history
3535
- Bump asm to v9.9.1
36-
- Bump AGP to v8.13.2
37-
- Bump Lint to v31.13.2
36+
- Bump AGP to v9.0.0
37+
- Bump Lint to v32.0.0
3838
- Disable Ksp1 and enable Ksp2 by default
3939
- Update GH Workflow Actions `Setup Gradle` to v5
4040
- Bump Google Service to v4.4.4

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import java.util.EnumSet
88

99
plugins {
1010
alias(libs.plugins.android.application)
11-
alias(libs.plugins.kotlin.android)
1211
alias(libs.plugins.kotlin.parcelize)
1312
alias(libs.plugins.sentry)
1413
alias(libs.plugins.ksp)

app/src/test/java/org/simple/clinic/mobius/CustomFirstMatchers.kt

Lines changed: 0 additions & 43 deletions
This file was deleted.

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
alias(libs.plugins.android.library) apply false
44
alias(libs.plugins.android.lint) apply false
55
alias(libs.plugins.androidx.benchmark) apply false
6-
alias(libs.plugins.kotlin.android) apply false
76
alias(libs.plugins.kotlin.jvm) apply false
87
alias(libs.plugins.kotlin.parcelize) apply false
98
alias(libs.plugins.kotlin.compose.compiler) apply false

common-ui/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
alias(libs.plugins.android.library)
3-
alias(libs.plugins.kotlin.android)
43
alias(libs.plugins.kotlin.compose.compiler)
54
}
65

gradle.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ disableScreenshot=false
4747
allowRootedDevice=true
4848
maestroTests=false
4949
org.gradle.unsafe.configuration-cache=true
50+
51+
# AGP 9 compatibility flags (temporary)
52+
# Remove gradually before AGP 10
53+
android.uniquePackageNames=false
54+
android.enableAppCompileTimeRClass=false
55+
android.r8.optimizedResourceShrinking=false
56+
# remove this when sentry-android-gradle-plugin releases version 6.x.x
57+
# https://github.com/getsentry/sentry-android-gradle-plugin/issues/1004
58+
android.newDsl=false
59+

gradle/libs.versions.toml

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

44
androidx-cameraView = "1.5.2"
55
androidx-camera = "1.5.2"
@@ -20,7 +20,7 @@ ksp = "2.3.4"
2020

2121
ktlint = "0.36.0"
2222

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

2525
mobius = "2.1.1"
2626

@@ -224,7 +224,6 @@ 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" }
226226
androidx-benchmark = { id = "androidx.benchmark", version = "1.4.1" }
227-
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
228227
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
229228
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
230229
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

mobius-base/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
alias(libs.plugins.android.library)
33
alias(libs.plugins.androidx.benchmark)
4-
alias(libs.plugins.kotlin.android)
54
}
65

76
android {

simple-platform/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
alias(libs.plugins.android.library)
3-
alias(libs.plugins.kotlin.android)
43
}
54

65
android {

simple-platform/consumer-rules.pro

Whitespace-only changes.

0 commit comments

Comments
 (0)