Skip to content

Commit dbfdbc7

Browse files
authored
fix: Update appcompat to avoid "OnClickXmlDetector called context.getMainProject()" lint error (#974)
Closes #973
1 parent e6276a9 commit dbfdbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/build.gradle

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

6565
// [START_EXCLUDE silent]
6666
// implementation project(':library')
67-
implementation 'androidx.appcompat:appcompat:1.3.1'
67+
implementation 'androidx.appcompat:appcompat:1.4.0-alpha03'
6868
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
6969

7070
// GMS

0 commit comments

Comments
 (0)