From 4f6c6d84712d88a8d5a30a10d7eb75484a011f75 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 12 Oct 2020 16:38:12 +0200 Subject: [PATCH] Updated Android Studio --- .idea/codeStyles/Project.xml | 15 ++++++++++++--- build.gradle | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 663459aa50..0d156937bb 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -3,9 +3,18 @@ + diff --git a/build.gradle b/build.gradle index 69e2e6d05e..fc4649f12e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { // https://developer.android.com/studio/releases/gradle-plugin - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.0.2' } }