v0.5.0: fixed a number of edge-case issues with walls, fog, and wall blocking

This commit is contained in:
Evan Debenham
2016-12-21 15:00:07 -05:00
parent d1f729500a
commit 003951ab00
4 changed files with 48 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}