Updated Rhino

This commit is contained in:
Anuken
2021-06-09 08:32:09 -04:00
parent 91c0235ff5
commit 1895c7b8e0
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ allprojects{
if(!project.hasProperty("versionType")) versionType = 'official'
appName = 'Mindustry'
steamworksVersion = '0b86023401880bb5e586bc404bedbaae9b1f1c94'
rhinoVersion = '099aed6c82f8094b3ba39a273b8d2ba7bdcc6443'
rhinoVersion = '55bf0dac1cfa7770672fd26112512c733ca9d5dc'
loadVersionProps = {
return new Properties().with{p -> p.load(file('../core/assets/version.properties').newReader()); return p }