Skip to content

Commit e5cd23f

Browse files
TomTascheclaude
andcommitted
Phase 1: Update safe dependencies
- Google Play Review: 2.0.1 → 2.0.2 (bug fix for Activity crash) - AndroidX AppCompat: 1.7.0 → 1.7.1 (Navigation 3.x compatibility fix) - AndroidX Annotation: 1.8.2 → 1.9.1 (added @ReplaceWith annotation, KMP support) All updates are backward compatible with no breaking changes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8317516 commit e5cd23f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ dependencies {
141141
implementation 'com.google.firebase:firebase-config'
142142

143143
implementation 'com.google.android.gms:play-services-ads:23.3.0'
144-
implementation 'com.google.android.play:review:2.0.1'
144+
implementation 'com.google.android.play:review:2.0.2'
145145
implementation 'com.google.android.ump:user-messaging-platform:3.0.0'
146146

147-
implementation 'androidx.appcompat:appcompat:1.7.0'
147+
implementation 'androidx.appcompat:appcompat:1.7.1'
148148
implementation 'androidx.core:core:1.13.1'
149149
implementation 'com.google.android.material:material:1.12.0'
150150
implementation 'androidx.webkit:webkit:1.11.0'
@@ -159,7 +159,7 @@ dependencies {
159159
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.1'
160160
// espresso-idling-resource is used in main sourceSet as well. cannot be just androidTestImplementation
161161
implementation 'androidx.test.espresso:espresso-idling-resource:3.6.1'
162-
implementation 'androidx.annotation:annotation:1.8.2'
162+
implementation 'androidx.annotation:annotation:1.9.1'
163163
}
164164

165165
// Without removing .cxx dir on cleanup, double gradle clean is erroring out.

0 commit comments

Comments
 (0)