Fixed extra space in uCore dependency

This commit is contained in:
Anuken
2018-06-13 23:49:25 -04:00
parent 125677f787
commit 1436e78305
6 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ allprojects {
gdxVersion = '1.9.8'
roboVMVersion = '2.3.0'
aiVersion = '1.8.1'
uCoreVersion = ' b6d22d5'
uCoreVersion = 'b6d22d5'
getVersionString = {
String buildVersion = getBuildVersion()