Optimized floor rendering

This commit is contained in:
Anuken
2018-05-02 11:38:44 -04:00
parent 72fc673020
commit 3fcdfbd01a
12 changed files with 90 additions and 60 deletions

View File

@@ -22,8 +22,8 @@ task deploy(type: Copy){
}
android {
buildToolsVersion '26.0.2'
compileSdkVersion 26
buildToolsVersion '27.0.3'
compileSdkVersion 27
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'

View File

@@ -104,7 +104,7 @@ public class AndroidLauncher extends AndroidApplication{
@Override
public boolean isDebug() {
return true;
return false;
}
@Override