From 54cb1303f3d004470ae7fd2e4e01fddc65b1cae7 Mon Sep 17 00:00:00 2001 From: Sean Barbeau Date: Tue, 14 Sep 2021 18:01:32 -0400 Subject: [PATCH] fix: Update appcompat to avoid "OnClickXmlDetector called context.getMainProject()" lint error Closes https://github.com/googlemaps/android-maps-utils/issues/973 --- demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/build.gradle b/demo/build.gradle index 227dc1a50..06a787104 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -64,7 +64,7 @@ dependencies { // [START_EXCLUDE silent] // implementation project(':library') - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.0-alpha03' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' // GMS