Skip to content

Commit 5259376

Browse files
committed
- Change single quotations to double for consistency
1 parent 4a08a57 commit 5259376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath "com.android.tools.build:gradle:7.1.3"
11-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
11+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)