Update build.gradle (#3)

Changed `'` to `"` in the root build.gradle
This commit is contained in:
Taavi
2018-03-22 19:57:14 +01:00
committed by Andreas Shimokawa
parent f8f248ec4e
commit 551bf92908
+1 -1
View File
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "com.android.tools.build:gradle:3.0.1"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files