Skip to content

Commit d8c9862

Browse files
committed
update appcompat (1.3.0 -> 1.5.1) to fix lint (UsingOnClickInXml) which did not work correctly when running with AGP 7.2.2. (#4104)
1 parent b431187 commit d8c9862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-appdistribution/firebase-appdistribution.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060

6161
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.5'
6262
annotationProcessor 'com.google.auto.value:auto-value:1.6.5'
63-
implementation 'androidx.appcompat:appcompat:1.3.0'
63+
implementation 'androidx.appcompat:appcompat:1.5.1'
6464
implementation "androidx.browser:browser:1.3.0"
6565
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
6666

0 commit comments

Comments
 (0)