mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-23 21:21:28 +07:00
Changed string double to single quotes to match style
This commit is contained in:
parent
723bde52b5
commit
402251eb86
@ -24,11 +24,11 @@ buildscript {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
apply plugin: "idea"
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = '1.0'
|
||||
ext {
|
||||
appName = "riiablo"
|
||||
appName = 'riiablo'
|
||||
box2DLightsVersion = '1.4'
|
||||
aiVersion = '1.8.0'
|
||||
artemisVersion = '2.3.0'
|
||||
|
Loading…
Reference in New Issue
Block a user