From 14b71e75276416d839ba9c6d12abc79e046a7816 Mon Sep 17 00:00:00 2001 From: tateisu Date: Fri, 28 Aug 2020 19:45:28 +0900 Subject: [PATCH] update kotlin plugin, remove redudant noinspection, remove .idea/misc/xml from repos. --- .gitignore | 1 + .idea/misc.xml | 53 -------------------------------------------------- build.gradle | 1 - 3 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index a9a3afec..4ed1d1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /.idea/libraries /.idea/assetWizardSettings.xml /.idea/jarRepositories.xml +/.idea/misc.xml .DS_Store /build diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index c91ec4cc..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index b38416df..da3d5982 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,6 @@ buildscript { classpath 'com.android.tools.build:gradle:4.0.1' classpath 'com.google.gms:google-services:4.3.3' - //noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'de.mobilej.unmock:UnMockPlugin:0.7.3'