Skip to content

Commit c9bbe0a

Browse files
Merge pull request #5794 from simpledotorg/master
2 parents ca3ea21 + 80fcf2f commit c9bbe0a

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
- Bump dagger to v2.59.2
1717
- Bump Jackson Core to v2.21.3
1818
- Bump Compose BOM to v2026.04.01
19-
- Bump AGP to v9.1.1
20-
- Bump Lint to v32.1.1
19+
- Bump AGP to v9.2.0
20+
- Bump Lint to v32.2.1
2121
- Bump Gradle to v9.5.0
2222
- Bump AndroidX Camera to v1.6.0
2323
- Bump AndroidX Camera View to v1.6.0

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ android {
113113
getByName("debug") {
114114
applicationIdSuffix = ".debug"
115115
isMinifyEnabled = false
116-
isShrinkResources = false
117116
}
118117

119118
val runProguard: String by project

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 = "9.1.1"
2+
agp = "9.2.0"
33

44
androidx-cameraView = "1.6.0"
55
androidx-camera = "1.6.0"
@@ -21,7 +21,7 @@ ksp = "2.3.7"
2121

2222
ktlint = "0.36.0"
2323

24-
lint = "32.1.1"
24+
lint = "32.2.1"
2525

2626
mobius = "2.1.1"
2727

0 commit comments

Comments
 (0)