mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-04 07:52:56 +01:00
Because Android Studio converts double quotes to single quotes, unifying the style to single quote
This commit is contained in:
parent
eab10a80dd
commit
e4ffee6c99
@ -12,6 +12,7 @@ buildscript {
|
|||||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
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"
|
||||||
|
|
||||||
|
classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
@ -21,7 +22,7 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven {
|
maven {
|
||||||
url "https://jitpack.io"
|
url 'https://jitpack.io'
|
||||||
}
|
}
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user