Changed string double to single quotes to match style

This commit is contained in:
Collin Smith
2020-11-17 20:24:15 -08:00
parent 723bde52b5
commit 402251eb86

View File

@ -24,11 +24,11 @@ buildscript {
} }
allprojects { allprojects {
apply plugin: "idea" apply plugin: 'idea'
version = '1.0' version = '1.0'
ext { ext {
appName = "riiablo" appName = 'riiablo'
box2DLightsVersion = '1.4' box2DLightsVersion = '1.4'
aiVersion = '1.8.0' aiVersion = '1.8.0'
artemisVersion = '2.3.0' artemisVersion = '2.3.0'