mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-08-02 16:10:09 +07:00
Changed string double to single quotes to match style
This commit is contained in:
@ -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'
|
||||||
|
Reference in New Issue
Block a user