Changed: Use double quotes instead of single quotes for all gradle dependencies

This commit is contained in:
agnostic-apollo
2022-04-26 01:49:11 +05:00
parent 0b4f456132
commit 6213b7f782
4 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "com.android.tools.build:gradle:4.2.2"
}
}