From 985c2fb7309db53d79509f2eb0ec30340c5d80da Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Sat, 28 Aug 2021 17:18:23 -0700 Subject: [PATCH] Updates Android Gradle Plugin to 7.0.1. --- Android/.idea/compiler.xml | 2 +- Android/.idea/misc.xml | 2 +- Android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Android/.idea/compiler.xml b/Android/.idea/compiler.xml index fb7f4a8..659bf43 100644 --- a/Android/.idea/compiler.xml +++ b/Android/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/Android/.idea/misc.xml b/Android/.idea/misc.xml index 4b03f8d..340b192 100644 --- a/Android/.idea/misc.xml +++ b/Android/.idea/misc.xml @@ -44,7 +44,7 @@ - + diff --git a/Android/build.gradle b/Android/build.gradle index 2e3a4d6..cd30a15 100644 --- a/Android/build.gradle +++ b/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.0' + classpath "com.android.tools.build:gradle:7.0.1" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5" // NOTE: Do not place your application dependencies here; they belong