From e4ffee6c99969180c8abc702d2772cbb7e93fa71 Mon Sep 17 00:00:00 2001 From: TaaviE Date: Sun, 19 Jul 2020 23:25:16 +0300 Subject: [PATCH] Because Android Studio converts double quotes to single quotes, unifying the style to single quote --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b1f28ead5..5fa35a0b0 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,7 @@ buildscript { classpath 'com.android.tools.build:gradle:4.0.0' classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0" + classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -21,7 +22,7 @@ allprojects { repositories { jcenter() maven { - url "https://jitpack.io" + url 'https://jitpack.io' } google() }