Skip to content

Commit c841968

Browse files
authored
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 9ff569f commit c841968

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
@@ -61,7 +61,7 @@ dependencies {
6161

6262
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.5'
6363
annotationProcessor 'com.google.auto.value:auto-value:1.6.5'
64-
implementation 'androidx.appcompat:appcompat:1.3.0'
64+
implementation 'androidx.appcompat:appcompat:1.5.1'
6565
implementation "androidx.browser:browser:1.3.0"
6666
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
6767
}

0 commit comments

Comments
 (0)