Update build.gradle (#3)

Changed `'` to `"` in the root build.gradle
This commit is contained in:
Taavi 2018-03-20 22:00:28 +02:00 committed by Andreas Shimokawa
parent f8f248ec4e
commit 551bf92908
1 changed files with 1 additions and 1 deletions

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